Registry / serialization / jackson-datatype-hibernate3

jackson-datatype-hibernate3

JSON →
library2.12.7javamavenunverified

Jackson module for handling Hibernate 3 specific data types and lazy-loading issues during serialization.

<dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-hibernate3</artifactId> <version>2.12.7</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-DATATYPE-H
J
jackson-datatype-hibernate3
serializationjavav2.12.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hibernate3Module
com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module

Registers the Hibernate3 module with Jackson ObjectMapper.

import com.fasterxml.jackson.datatype.hibernate3.Hibernate3Module; import com.fasterxml.jackson.databind.ObjectMapper; public class Example { public static void main(String[] args) { ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new Hibernate3Module()); System.out.println("Hibernate3 module registered."); } }
Debug
Known issues
breakingOnly compatible with Hibernate 3.x; use jackson-datatype-hibernate4 or 5 for newer versions.
fix
Upgrade to jackson-datatype-hibernate5 if using Hibernate 5+.
affects: all
Upgrade
Version history
2.12.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jackson-datatype-hibernate3 — mvn dependency:get jackson-datatype-hibernate3 · libregistry