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 GeneratorCreator
PropertyBinder. 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,null
otherwise. -
Uses of GeneratorCreator in org.hibernate.mapping
Methods in org.hibernate.mapping that return GeneratorCreator Modifier and Type Method Description GeneratorCreator
Property. getValueGeneratorCreator()
Methods in org.hibernate.mapping with parameters of type GeneratorCreator Modifier and Type Method Description void
Property. setValueGeneratorCreator(GeneratorCreator generator)
-