Uses of Class
org.hibernate.boot.model.TypeDefinition
-
Packages that use TypeDefinition Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal 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 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.
-