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.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 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.
-