Uses of Interface
org.hibernate.boot.model.TypeDefinitionRegistry
-
Packages that use TypeDefinitionRegistry Package Description 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).org.hibernate.boot.spi -
-
Uses of TypeDefinitionRegistry in org.hibernate.boot.model
Classes in org.hibernate.boot.model that implement TypeDefinitionRegistry Modifier and Type Class Description classTypeDefinitionRegistryStandardImplMethods 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()TypeDefinitionRegistryMetadataBuildingContext. getTypeDefinitionRegistry()
-