Uses of Interface
org.hibernate.boot.model.TypeDefinitionRegistry
-
Packages that use TypeDefinitionRegistry Package Description org.hibernate.boot.internal org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi 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
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()
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()
-