Uses of Interface
org.hibernate.mapping.IdentifierGeneratorCreator
-
Packages that use IdentifierGeneratorCreator Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of IdentifierGeneratorCreator in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return IdentifierGeneratorCreator Modifier and Type Method Description static IdentifierGeneratorCreatorPropertyBinder. identifierGeneratorCreator(org.hibernate.annotations.common.reflection.XProperty idProperty, Annotation annotation) -
Uses of IdentifierGeneratorCreator in org.hibernate.mapping
Methods in org.hibernate.mapping that return IdentifierGeneratorCreator Modifier and Type Method Description IdentifierGeneratorCreatorSimpleValue. getCustomIdGeneratorCreator()Methods in org.hibernate.mapping with parameters of type IdentifierGeneratorCreator Modifier and Type Method Description voidSimpleValue. setCustomIdGeneratorCreator(IdentifierGeneratorCreator customIdGeneratorCreator)
-