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.spi -
-
Uses of TypeDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return TypeDefinition Modifier and Type Method Description TypeDefinition
Metadata. getTypeDefinition(java.lang.String typeName)
Retrieve a type definition by name. -
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(java.lang.String typeName)
Methods in org.hibernate.boot.spi with parameters of type TypeDefinition Modifier and Type Method Description void
InFlightMetadataCollector. addTypeDefinition(TypeDefinition typeDefinition)
Adds a type definition to this metadata repository.
-