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