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 class
IdentifierBag
A bag with a generated (surrogate) key.Methods in org.hibernate.mapping with parameters of type IdentifierCollection Modifier and Type Method Description boolean
IdentifierCollection. isSame(IdentifierCollection other)
Constructors in org.hibernate.mapping with parameters of type IdentifierCollection Constructor Description IdentifierCollection(IdentifierCollection original)
-