Uses of Interface
org.hibernate.boot.model.TypeDefinitionRegistry
-
Packages that use TypeDefinitionRegistry Package Description org.hibernate.boot.internal org.hibernate.boot.model 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.org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.envers.boot.internal -
-
Uses of TypeDefinitionRegistry in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TypeDefinitionRegistry Modifier and Type Method Description TypeDefinitionRegistry
InFlightMetadataCollectorImpl. getTypeDefinitionRegistry()
-
Uses of TypeDefinitionRegistry in org.hibernate.boot.model
Classes in org.hibernate.boot.model that implement TypeDefinitionRegistry Modifier and Type Class Description class
TypeDefinitionRegistryStandardImpl
Basic implementation ofTypeDefinitionRegistry
.Methods in org.hibernate.boot.model that return TypeDefinitionRegistry Modifier and Type Method Description TypeDefinitionRegistry
TypeDefinitionRegistry. register(TypeDefinition typeDefinition)
TypeDefinitionRegistry
TypeDefinitionRegistry. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)
TypeDefinitionRegistry
TypeDefinitionRegistryStandardImpl. register(TypeDefinition typeDefinition)
TypeDefinitionRegistry
TypeDefinitionRegistryStandardImpl. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)
Constructors in org.hibernate.boot.model with parameters of type TypeDefinitionRegistry Constructor Description TypeDefinitionRegistryStandardImpl(TypeDefinitionRegistry parent)
-
Uses of TypeDefinitionRegistry in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return TypeDefinitionRegistry Modifier and Type Method Description TypeDefinitionRegistry
MappingDocument. getTypeDefinitionRegistry()
-
Uses of TypeDefinitionRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeDefinitionRegistry Modifier and Type Method Description TypeDefinitionRegistry
InFlightMetadataCollector. getTypeDefinitionRegistry()
Access to theTypeDefinitionRegistry
, which may be used to add type definitions to this metadata repository.TypeDefinitionRegistry
MetadataBuildingContext. getTypeDefinitionRegistry()
-
Uses of TypeDefinitionRegistry in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return TypeDefinitionRegistry Modifier and Type Method Description TypeDefinitionRegistry
EnversMetadataBuildingContextImpl. getTypeDefinitionRegistry()
-