Package org.hibernate.type.format
@Incubating
package org.hibernate.type.format
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.
- See Also:
-
ClassDescriptionA mapper for mapping objects to and from a format.The creation context for
FormatMapperthat is passed as constructor argument to implementations.Json item typesJSON document reader.JSON document producer.Adapter for JSON value on given JDBC types.Factory class to get properJsonValueJDBCTypeAdapter.OSON-based implementation ofJsonDocumentReaderImplementation ofJsonDocumentWriterfor OSON document.JDBC type adapter for OSON-based JSON document reader.base class for JSON document String readerEnum class for JSON object markers.Implementation ofJsonDocumentReaderfor String representation of JSON objects.Implementation ofJsonDocumentWriterfor String-based OSON document.JDBC type adapter for String-based JSON document reader.