Uses of Class
org.hibernate.mapping.List
-
Packages that use List Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of List in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type List Modifier and Type Method Description void
ModelBinder. bindListOrArrayIndex(MappingDocument mappingDocument, IndexedPluralAttributeSource attributeSource, List collectionBinding)
-
Uses of List in org.hibernate.mapping
Subclasses of List 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
PrimitiveArray
A primitive array has a primary key consisting of the key columns + index column.Methods in org.hibernate.mapping that return List Modifier and Type Method Description List
List. copy()
Methods in org.hibernate.mapping with parameters of type List Modifier and Type Method Description Object
ValueVisitor. accept(List list)
Constructors in org.hibernate.mapping with parameters of type List Constructor Description List(List original)
-