Uses of Interface
org.hibernate.mapping.GeneratorSettings
Packages that use GeneratorSettings
Package
Description
This package defines the Hibernate configuration-time mapping model.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
-
Uses of GeneratorSettings in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement GeneratorSettingsModifier and TypeClassDescriptionclass
The implementation of the in-flight metadata collector contract. -
Uses of GeneratorSettings in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type GeneratorSettingsModifier and TypeMethodDescriptionComponent.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) KeyValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) SimpleValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) -
Uses of GeneratorSettings in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return GeneratorSettings