Class TypeDefinition

java.lang.Object
org.hibernate.boot.model.TypeDefinition
All Implemented Interfaces:
Serializable

public class TypeDefinition extends Object implements Serializable
Models the information pertaining to a custom type definition supplied by the user. Used to delay instantiation of the actual Type instance.

Generally speaking this information would come from annotations (Type) or XML mappings. An alternative way to supply custom types is programmatically, via one of:

See Also: