Package org.hibernate.type.spi
Defines a registry for Hibernate
Types.- See Also:
TypeConfiguration
-
Interface Summary Interface Description CompositeTypeImplementor TypeBootstrapContext Provide a way to customize theTypeinstantiation process.TypeConfigurationAware Optional contract for aTypewhich is aware of its scoping to aTypeConfigurationand which receives access to theTypeConfigurationto which it is scoped. -
Class Summary Class Description TypeConfiguration Each instance defines a set of types available in a given persistence unit, and isolates them from other configurations.