Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This feature provides an Interceptor that open and sets in the value stack a Hibernate Core Session and closes (or not) this after the results are rendered for the client.

No code lines need to be added to manage Hibernate sessions in Struts 2 projects. Only some XML (or .properties) lines needed. Annotations for target sessions and transactions can be used instead (since 1.0 GA version)Very easy to use: Using the @SessionTarget Annotation or some XML lines.

This feature follows the concepts at http://www.hibernate.org/43.html

...

You can configure multiple databases (2.0+).No code lines need to be added to manage Hibernate sessions in Struts 2 projects. Only 01 (one) XML (or .properties) line needed

Very easy to use: Using the @TransactionTarget Annotation or some XML lines.

Hibernate Core configuration management Web Tool

...