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 class
Array
An array mapping has a primary key consisting of the key columns + index column.class
List
A list mapping has a primary key consisting of the key columns + index column.class
Map
A map has a primary key consisting of the key columns + index columns.class
PrimitiveArray
A 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 boolean
IndexedCollection. isSame(IndexedCollection other)
-