Package org.hibernate.type.spi
package org.hibernate.type.spi
Defines a registry for Hibernate
Type
s.- See Also:
-
ClassDescriptionProvide a way to customize the
Type
instantiation process.Each instance defines a set of types available in a given persistence unit, and isolates them from other configurations.Optional contract for aType
which is aware of its scoping to aTypeConfiguration
and which receives access to theTypeConfiguration
to which it is scoped.