Uses of Class
org.hibernate.mapping.IdentifierBag
-
Packages that use IdentifierBag Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of IdentifierBag in org.hibernate.mapping
Methods in org.hibernate.mapping that return IdentifierBag Modifier and Type Method Description IdentifierBagIdentifierBag. copy()Methods in org.hibernate.mapping with parameters of type IdentifierBag Modifier and Type Method Description ObjectValueVisitor. accept(IdentifierBag bag)Constructors in org.hibernate.mapping with parameters of type IdentifierBag Constructor Description IdentifierBag(IdentifierBag original)
-