Skip to content
cowtowncoder edited this page Aug 10, 2012 · 25 revisions

Home: Jackson support for Hibernate3/4 datatypes

This is the home page for "jackson-datatype-hibernate" project. 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.

Documentation:

Javadocs:

Downloads:

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

  • Hibernate3 module, 2.0.5: jar
  • Hibernate4 module, 2.0.5: jar
Clone this wiki locally