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.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 TypeDefinitionMetadata. getTypeDefinition(String typeName)Retrieve a type definition by name. -
Uses of TypeDefinition in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeDefinition Modifier and Type Method Description TypeDefinitionTypeDefinitionRegistry. resolve(String typeName)TypeDefinitionTypeDefinitionRegistryStandardImpl. resolve(String typeName)TypeDefinitionTypeDefinitionRegistry. resolveAutoApplied(BasicJavaType<?> jtd)TypeDefinitionTypeDefinitionRegistryStandardImpl. 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 TypeDefinitionRegistryTypeDefinitionRegistry. register(TypeDefinition typeDefinition)TypeDefinitionRegistryTypeDefinitionRegistry. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)TypeDefinitionRegistryTypeDefinitionRegistryStandardImpl. register(TypeDefinition typeDefinition)TypeDefinitionRegistryTypeDefinitionRegistryStandardImpl. 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 TypeDefinitionAbstractDelegatingMetadata. getTypeDefinition(String typeName)Methods in org.hibernate.boot.spi with parameters of type TypeDefinition Modifier and Type Method Description voidInFlightMetadataCollector. addTypeDefinition(TypeDefinition typeDefinition)Deprecated.
-