public class

List

extends IndexedCollection
java.lang.Object
   ↳ org.hibernate.mapping.Collection
     ↳ org.hibernate.mapping.IndexedCollection
       ↳ org.hibernate.mapping.List
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A list mapping has a primary key consisting of the key columns + index column.

Summary

[Expand]
Inherited Constants
From class org.hibernate.mapping.IndexedCollection
From class org.hibernate.mapping.Collection
Public Constructors
List(Mappings mappings, PersistentClass owner)
Public Methods
Object accept(ValueVisitor visitor)
int getBaseIndex()
CollectionType getDefaultCollectionType()
boolean isList()
void setBaseIndex(int baseIndex)
[Expand]
Inherited Methods
From class org.hibernate.mapping.IndexedCollection
From class org.hibernate.mapping.Collection
From class java.lang.Object
From interface org.hibernate.mapping.Fetchable
From interface org.hibernate.mapping.Filterable
From interface org.hibernate.mapping.Value

Public Constructors

public List (Mappings mappings, PersistentClass owner)

Public Methods

public Object accept (ValueVisitor visitor)

public int getBaseIndex ()

public CollectionType getDefaultCollectionType ()

public boolean isList ()

public void setBaseIndex (int baseIndex)