Uses of Class
org.hibernate.boot.model.TypeDefinition
-
Packages that use TypeDefinition Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.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.spi 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 TypeDefinition Modifier and Type Method Description TypeDefinition
Metadata. 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 TypeDefinition Modifier and Type Method Description TypeDefinition
InFlightMetadataCollectorImpl. getTypeDefinition(String registrationKey)
TypeDefinition
MetadataImpl. getTypeDefinition(String typeName)
Methods in org.hibernate.boot.internal that return types with arguments of type TypeDefinition Modifier and Type Method Description Map<String,TypeDefinition>
MetadataImpl. getTypeDefinitionMap()
Methods in org.hibernate.boot.internal with parameters of type TypeDefinition Modifier and Type Method Description void
InFlightMetadataCollectorImpl. addTypeDefinition(TypeDefinition typeDefinition)
-
Uses of TypeDefinition in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeDefinition Modifier and Type Method Description TypeDefinition
TypeDefinitionRegistry. resolve(String typeName)
TypeDefinition
TypeDefinitionRegistryStandardImpl. resolve(String typeName)
TypeDefinition
TypeDefinitionRegistry. resolveAutoApplied(BasicJavaType<?> jtd)
TypeDefinition
TypeDefinitionRegistryStandardImpl. resolveAutoApplied(BasicJavaType<?> jtd)
Methods in org.hibernate.boot.model that return types with arguments of type TypeDefinition Modifier and Type Method Description Map<String,TypeDefinition>
TypeDefinitionRegistry. copyRegistrationMap()
Map<String,TypeDefinition>
TypeDefinitionRegistryStandardImpl. copyRegistrationMap()
Methods in org.hibernate.boot.model with parameters of type TypeDefinition 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)
-
Uses of TypeDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TypeDefinition Modifier and Type Method Description TypeDefinition
AbstractDelegatingMetadata. getTypeDefinition(String typeName)
Methods in org.hibernate.boot.spi with parameters of type TypeDefinition Modifier and Type Method Description void
InFlightMetadataCollector. addTypeDefinition(TypeDefinition typeDefinition)
Deprecated.
-