Skip to content
Tatu Saloranta edited this page Jul 18, 2014 · 25 revisions

This is the home page for "jackson-module-hibernate" project (although more correctly it should be "jackson-datatype-hibernate"; naming difference is for historical reasons). Module supports datatypes of Hibernate versions 3.x and 4.x; as well as some of associated behavior such as lazy-loading and detection of transiency (@Transient annotation).

Unlike with most projects, there are actually two artifacts: one to use with Hibernate 3.x, and the other with Hibernate 4.x.

The main deliverables of the project are jars that contains extension to Jackson data processing library, to extend it so that it can convert between Hibernate POJOs and JSON (and other supported data formats, such as XML.

License

Project is licensed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

Documentation

Javadocs

Downloads

Note: only needed if using a build system that requires local jars; otherwise you can just use Maven repository.

Clone this wiki locally