Uses of Class
org.hibernate.mapping.List
Packages that use List
Package
Description
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 ListModifier and TypeMethodDescriptionvoid
ModelBinder.bindListOrArrayIndex
(MappingDocument mappingDocument, IndexedPluralAttributeSource attributeSource, List collectionBinding) -
Uses of List in org.hibernate.mapping
Subclasses of List in org.hibernate.mappingModifier and TypeClassDescriptionclass
An array mapping has a primary key consisting of the key columns + index column.class
A primitive array has a primary key consisting of the key columns + index column.Methods in org.hibernate.mapping that return ListMethods in org.hibernate.mapping with parameters of type ListConstructors in org.hibernate.mapping with parameters of type List