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 class
Array
An array mapping has a primary key consisting of the key columns + index column.class
List
A mapping model object representing a collection of typeList
.class
Map
A mapping model object representing a collection of typeMap
.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)
Constructors in org.hibernate.mapping with parameters of type IndexedCollection Constructor Description IndexedCollection(IndexedCollection original)
-