Skip to content
cowtowncoder edited this page Oct 11, 2012 · 25 revisions

Home: Jackson support for Hibernate3/4 datatypes

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).

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 JSON library, to extend it so that it can convert between Hibernate POJOs and JSON.

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