Package org.hibernate.type.spi
packageorg.hibernate.type.spi
Defines a registry for Hibernate
Types.- See Also:
- Related PackagesPackageDescriptionA Hibernate
Typeis a strategy for mapping a Java property type to a JDBC type or types.Contracts for reading and writing values to and from JDBC.Support for type mappings which format composite values to a structured text format (JSON or XML) for storage in a database-specific column type supporting that structured format. - ClassDescriptionProvide a way to customize the
Typeinstantiation process.Each instance defines a set oftypes 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.