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.-
Classes in org.hibernate.type.format used by org.hibernate.boot
-
Classes in org.hibernate.type.format used by org.hibernate.boot.internal
-
Classes in org.hibernate.type.format used by org.hibernate.boot.spi
-
Classes in org.hibernate.type.format used by org.hibernate.engine.spi
-
Classes in org.hibernate.type.format used by org.hibernate.internal
-
Classes in org.hibernate.type.format used by org.hibernate.type.descriptor
-
Classes in org.hibernate.type.format used by org.hibernate.type.descriptor.java.spi
-
Classes in org.hibernate.type.format used by org.hibernate.type.format
-
Classes in org.hibernate.type.format used by org.hibernate.type.format.jacksonClassDescriptionA mapper for mapping objects to and from a format.
-
Classes in org.hibernate.type.format used by org.hibernate.type.format.jakartajsonClassDescriptionA mapper for mapping objects to and from a format.
-
Classes in org.hibernate.type.format used by org.hibernate.type.format.jaxb