Uses of Interface
org.hibernate.boot.model.TypeDefinitionRegistry
-
Packages that use TypeDefinitionRegistry Package Description 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.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of TypeDefinitionRegistry in org.hibernate.boot.model
Classes in org.hibernate.boot.model that implement TypeDefinitionRegistry Modifier and Type Class Description classTypeDefinitionRegistryStandardImplBasic implementation ofTypeDefinitionRegistry.Methods in org.hibernate.boot.model that return TypeDefinitionRegistry Modifier and Type Method Description TypeDefinitionRegistryTypeDefinitionRegistry. register(TypeDefinition typeDefinition)TypeDefinitionRegistryTypeDefinitionRegistry. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)TypeDefinitionRegistryTypeDefinitionRegistryStandardImpl. register(TypeDefinition typeDefinition)TypeDefinitionRegistryTypeDefinitionRegistryStandardImpl. 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.spi
Methods in org.hibernate.boot.spi that return TypeDefinitionRegistry Modifier and Type Method Description TypeDefinitionRegistryInFlightMetadataCollector. getTypeDefinitionRegistry()Access to theTypeDefinitionRegistry, which may be used to add type definitions to this metadata repository.TypeDefinitionRegistryMetadataBuildingContext. getTypeDefinitionRegistry()
-