Uses of Interface
org.hibernate.type.format.FormatMapper
Packages that use FormatMapper
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.
SPIs related to
JavaType.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.Defines a registry for Hibernate
Types.-
Uses of FormatMapper in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type FormatMapperModifier and TypeMethodDescriptionSessionFactoryBuilder.applyJsonFormatMapper(FormatMapper jsonFormatMapper) Specifies aformat mapperto use for serialization/deserialization of JSON properties.SessionFactoryBuilder.applyXmlFormatMapper(FormatMapper xmlFormatMapper) Specifies aformat mapperto use for serialization/deserialization of XML properties. -
Uses of FormatMapper in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return FormatMapperModifier and TypeMethodDescriptionSessionFactoryOptionsBuilder.getJsonFormatMapper()SessionFactoryOptionsBuilder.getXmlFormatMapper()Methods in org.hibernate.boot.internal with parameters of type FormatMapperModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.applyJsonFormatMapper(FormatMapper jsonFormatMapper) voidSessionFactoryOptionsBuilder.applyJsonFormatMapper(FormatMapper jsonFormatMapper) SessionFactoryBuilderImpl.applyXmlFormatMapper(FormatMapper xmlFormatMapper) voidSessionFactoryOptionsBuilder.applyXmlFormatMapper(FormatMapper xmlFormatMapper) -
Uses of FormatMapper in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FormatMapperModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getJsonFormatMapper()SessionFactoryOptions.getJsonFormatMapper()The format mapper to use for serializing/deserializing JSON data.AbstractDelegatingSessionFactoryOptions.getXmlFormatMapper()SessionFactoryOptions.getXmlFormatMapper()The format mapper to use for serializing/deserializing XML data.Methods in org.hibernate.boot.spi with parameters of type FormatMapperModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyJsonFormatMapper(FormatMapper jsonFormatMapper) AbstractDelegatingSessionFactoryBuilder.applyXmlFormatMapper(FormatMapper xmlFormatMapper) -
Uses of FormatMapper in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FormatMapperModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getJsonFormatMapper()SharedSessionDelegatorBaseImpl.getJsonFormatMapper()SessionDelegatorBaseImpl.getXmlFormatMapper()SharedSessionDelegatorBaseImpl.getXmlFormatMapper() -
Uses of FormatMapper in org.hibernate.internal
Methods in org.hibernate.internal that return FormatMapperModifier and TypeMethodDescriptionAbstractSharedSessionContract.getJsonFormatMapper()AbstractSharedSessionContract.getXmlFormatMapper() -
Uses of FormatMapper in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor that return FormatMapperModifier and TypeMethodDescriptionWrapperOptions.getJsonFormatMapper()Obtain the JSONFormatMapper.WrapperOptions.getXmlFormatMapper()Obtain the XMLFormatMapper. -
Uses of FormatMapper in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi that return FormatMapperModifier and TypeMethodDescriptionprotected abstract FormatMapperFormatMapperBasedJavaType.getFormatMapper(TypeConfiguration typeConfiguration) protected FormatMapperJsonJavaType.getFormatMapper(TypeConfiguration typeConfiguration) protected FormatMapperXmlJavaType.getFormatMapper(TypeConfiguration typeConfiguration) -
Uses of FormatMapper in org.hibernate.type.format
Classes in org.hibernate.type.format that implement FormatMapper -
Uses of FormatMapper in org.hibernate.type.format.jackson
Classes in org.hibernate.type.format.jackson that implement FormatMapperModifier and TypeClassDescriptionfinal classfinal classImplementation of FormatMapper for Oracle OSON supportfinal classMethods in org.hibernate.type.format.jackson that return FormatMapperModifier and TypeMethodDescriptionstatic @Nullable FormatMapperJacksonIntegration.getJsonJacksonFormatMapperOrNull()static @Nullable FormatMapperJacksonIntegration.getJsonJacksonFormatMapperOrNull(FormatMapperCreationContext creationContext) static @Nullable FormatMapperJacksonIntegration.getOsonJacksonFormatMapperOrNull()static @Nullable FormatMapperJacksonIntegration.getOsonJacksonFormatMapperOrNull(FormatMapperCreationContext creationContext) static @Nullable FormatMapperJacksonIntegration.getXMLJacksonFormatMapperOrNull(FormatMapperCreationContext creationContext) -
Uses of FormatMapper in org.hibernate.type.format.jakartajson
Classes in org.hibernate.type.format.jakartajson that implement FormatMapperMethods in org.hibernate.type.format.jakartajson that return FormatMapperModifier and TypeMethodDescriptionstatic FormatMapperJakartaJsonIntegration.getJakartaJsonBFormatMapperOrNull() -
Uses of FormatMapper in org.hibernate.type.format.jaxb
Classes in org.hibernate.type.format.jaxb that implement FormatMapper -
Uses of FormatMapper in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return FormatMapperModifier and TypeMethodDescriptionfinal FormatMapperTypeConfiguration.getJsonFormatMapper()final FormatMapperTypeConfiguration.getXmlFormatMapper()