Package org.hibernate.type.spi
Defines a registry for Hibernate
Type
s.- See Also:
TypeConfiguration
-
Interface Summary Interface Description CompositeTypeImplementor TypeBootstrapContext Provide a way to customize theType
instantiation process.TypeConfigurationAware Optional contract for aType
which is aware of its scoping to aTypeConfiguration
and which receives access to theTypeConfiguration
to 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.