Uses of Class
org.hibernate.mapping.IndexedCollection
-
Packages that use IndexedCollection Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of IndexedCollection in org.hibernate.mapping
Subclasses of IndexedCollection in org.hibernate.mapping Modifier and Type Class Description classArrayAn array mapping has a primary key consisting of the key columns + index column.classListA mapping model object representing a collection of typeList.classMapA mapping model object representing a collection of typeMap.classPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.Methods in org.hibernate.mapping with parameters of type IndexedCollection Modifier and Type Method Description booleanIndexedCollection. isSame(IndexedCollection other)Constructors in org.hibernate.mapping with parameters of type IndexedCollection Constructor Description IndexedCollection(IndexedCollection original)
-