Uses of Class
org.hibernate.mapping.IndexedCollection
-
Packages that use IndexedCollection Package Description org.hibernate.mapping -
-
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 list mapping has a primary key consisting of the key columns + index column.classMapA map has a primary key consisting of the key columns + index columns.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)
-