Uses of Interface
org.hibernate.mapping.IdentifierGeneratorCreator
-
Packages that use IdentifierGeneratorCreator Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of IdentifierGeneratorCreator in org.hibernate.mapping
Methods in org.hibernate.mapping that return IdentifierGeneratorCreator Modifier and Type Method Description IdentifierGeneratorCreator
SimpleValue. getCustomIdGeneratorCreator()
Methods in org.hibernate.mapping with parameters of type IdentifierGeneratorCreator Modifier and Type Method Description void
SimpleValue. setCustomIdGeneratorCreator(IdentifierGeneratorCreator customIdGeneratorCreator)
-