Uses of Interface
org.hibernate.mapping.GeneratorCreator
-
Packages that use GeneratorCreator Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
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)
-