Uses of Interface
org.hibernate.boot.model.TypeDefinitionRegistry
Packages that use TypeDefinitionRegistry
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of TypeDefinitionRegistry in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TypeDefinitionRegistry -
Uses of TypeDefinitionRegistry in org.hibernate.boot.model
Classes in org.hibernate.boot.model that implement TypeDefinitionRegistryMethods in org.hibernate.boot.model that return TypeDefinitionRegistryModifier and TypeMethodDescriptionTypeDefinitionRegistry.register
(TypeDefinition typeDefinition) TypeDefinitionRegistry.register
(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy) TypeDefinitionRegistryStandardImpl.register
(TypeDefinition typeDefinition) TypeDefinitionRegistryStandardImpl.register
(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy) Constructors in org.hibernate.boot.model with parameters of type TypeDefinitionRegistry -
Uses of TypeDefinitionRegistry in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return TypeDefinitionRegistry -
Uses of TypeDefinitionRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeDefinitionRegistryModifier and TypeMethodDescriptionInFlightMetadataCollector.getTypeDefinitionRegistry()
Access to theTypeDefinitionRegistry
, which may be used to add type definitions to this metadata repository.MetadataBuildingContext.getTypeDefinitionRegistry()
-
Uses of TypeDefinitionRegistry in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return TypeDefinitionRegistry -
Uses of TypeDefinitionRegistry in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return TypeDefinitionRegistryModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getTypeDefinitionRegistry()