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 voidModelBinder. 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 classArrayAn array mapping has a primary key consisting of the key columns + index column.classPrimitiveArrayA 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 ListList. copy()Methods in org.hibernate.mapping with parameters of type List Modifier and Type Method Description ObjectValueVisitor. accept(List list)Constructors in org.hibernate.mapping with parameters of type List Constructor Description List(List original)
-