Uses of Class
org.hibernate.mapping.IdentifierCollection
-
Packages that use IdentifierCollection Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of IdentifierCollection in org.hibernate.mapping
Subclasses of IdentifierCollection in org.hibernate.mapping Modifier and Type Class Description classIdentifierBagA bag with a generated (surrogate) key.Methods in org.hibernate.mapping with parameters of type IdentifierCollection Modifier and Type Method Description booleanIdentifierCollection. isSame(IdentifierCollection other)Constructors in org.hibernate.mapping with parameters of type IdentifierCollection Constructor Description IdentifierCollection(IdentifierCollection original)
-