Uses of Interface
org.hibernate.mapping.GeneratorCreator
-
Packages that use GeneratorCreator Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of GeneratorCreator in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return GeneratorCreator Modifier and Type Method Description static GeneratorCreatorPropertyBinder. generatorCreator(org.hibernate.annotations.common.reflection.XProperty property, Annotation annotation)In case the given annotation is a value generator annotation, the corresponding value generation strategy to be applied to the given property is returned,nullotherwise. -
Uses of GeneratorCreator in org.hibernate.mapping
Methods in org.hibernate.mapping that return GeneratorCreator Modifier and Type Method Description GeneratorCreatorProperty. getValueGeneratorCreator()Methods in org.hibernate.mapping with parameters of type GeneratorCreator Modifier and Type Method Description voidProperty. setValueGeneratorCreator(GeneratorCreator generator)
-