Uses of Class
org.hibernate.boot.model.TypeDefinition
Packages that use TypeDefinition
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
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 TypeDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return TypeDefinitionModifier and TypeMethodDescriptionMetadata.getTypeDefinition
(String typeName) Retrieve a type definition by name. -
Uses of TypeDefinition in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TypeDefinitionModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.getTypeDefinition
(String registrationKey) MetadataImpl.getTypeDefinition
(String typeName) Methods in org.hibernate.boot.internal that return types with arguments of type TypeDefinitionMethods in org.hibernate.boot.internal with parameters of type TypeDefinitionModifier and TypeMethodDescriptionvoid
InFlightMetadataCollectorImpl.addTypeDefinition
(TypeDefinition typeDefinition) -
Uses of TypeDefinition in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.resolveAutoApplied
(BasicJavaType<?> jtd) TypeDefinitionRegistryStandardImpl.resolveAutoApplied
(BasicJavaType<?> jtd) Methods in org.hibernate.boot.model that return types with arguments of type TypeDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.copyRegistrationMap()
TypeDefinitionRegistryStandardImpl.copyRegistrationMap()
Methods in org.hibernate.boot.model with parameters of type TypeDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.register
(TypeDefinition typeDefinition) TypeDefinitionRegistry.register
(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy) TypeDefinitionRegistryStandardImpl.register
(TypeDefinition typeDefinition) TypeDefinitionRegistryStandardImpl.register
(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy) -
Uses of TypeDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeDefinitionMethods in org.hibernate.boot.spi with parameters of type TypeDefinitionModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addTypeDefinition
(TypeDefinition typeDefinition) Deprecated. -
Uses of TypeDefinition in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return TypeDefinitionModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getTypeDefinition
(String typeName) Methods in org.hibernate.testing.orm.junit with parameters of type TypeDefinitionModifier and TypeMethodDescriptionvoid
DialectFeatureChecks.FakeMetadataBuildingContext.addTypeDefinition
(TypeDefinition typeDefinition)
InFlightMetadataCollector.getTypeDefinitionRegistry()
instead