Uses of Package
org.hibernate.type.format

Packages that use org.hibernate.type.format
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
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.
Implementations of FormatMapper using Jackson.
An implementation of FormatMapper using Jakarta JSON.
An implementation of FormatMapper using JAXB.