Uses of Interface
org.hibernate.mapping.GeneratorCreator
Packages that use GeneratorCreator
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of GeneratorCreator in org.hibernate.boot.model.internal
Fields in org.hibernate.boot.model.internal declared as GeneratorCreatorModifier and TypeFieldDescriptionstatic final GeneratorCreator
GeneratorBinder.ASSIGNED_IDENTIFIER_GENERATOR_CREATOR
-
Uses of GeneratorCreator in org.hibernate.mapping
Methods in org.hibernate.mapping that return GeneratorCreatorModifier and TypeMethodDescriptionSimpleValue.getCustomIdGeneratorCreator()
Property.getValueGeneratorCreator()
Methods in org.hibernate.mapping with parameters of type GeneratorCreatorModifier and TypeMethodDescriptionvoid
SimpleValue.setCustomIdGeneratorCreator
(GeneratorCreator customIdGeneratorCreator) void
Property.setValueGeneratorCreator
(GeneratorCreator generator)