Class IndexedCollection

java.lang.Object
org.hibernate.mapping.Collection
org.hibernate.mapping.IndexedCollection
All Implemented Interfaces:
Serializable, Fetchable, Filterable, SoftDeletable, Value
Direct Known Subclasses:
List, Map

public abstract class IndexedCollection extends Collection
Indexed collections include Lists, Maps, arrays and primitive arrays.
See Also: