Package org.hibernate.boot.model
Package defining Hibernate's boot-time metamodel, which is an
incrementally built understanding of the application's domain
model (its entities, attributes, etc).
Ultimately, as part of the process of creating the
SessionFactory
, Hibernate will interpret
this boot metamodel to its runtime metamodel.-
Interface Summary Interface Description FunctionContributions Defines the target contributing functions, whether via dialects orFunctionContributor
FunctionContributor Contract for contributing functionsIdGeneratorStrategyInterpreter Deprecated. IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext JavaTypeDescriptor TypeContributions Defines the target contributing types, whether via dialects orTypeContributor
TypeContributor Contract for contributing types.TypeDefinitionRegistry -
Class Summary Class Description Caching Models the caching options for an entity, natural-id or collection.CustomSql Models the information for custom SQL execution defined as part of the mapping for a primary/secondary tableIdentifierGeneratorDefinition Identifier generator definition, should be immutable.IdentifierGeneratorDefinition.Builder TypeBeanInstanceProducer TypeDefinition Models the information pertaining to a custom type definition supplied by the user.TypeDefinitionRegistryStandardImpl -
Enum Summary Enum Description TruthValue An enumeration of truth values.TypeDefinitionRegistry.DuplicationStrategy