Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed bad links due to copy-paste from cwiki-test
Wiki Markup
{float:right|background=#eee}
{contentbylabel:title=Related Articles|showLabels=false|showSpace=false|space=TAPESTRY|labels=hibernate}
{float}

Core Hibernate Support

This library contains basic Hibernate support package Hibernate-Core is a Tapestry module that provides basic Hibernate support without dependencies on the tapestryTapestry-core module (the web framework part of Tapestry).

Div
stylefloat:right
titleRelated Articles
classaui-label
Content by Label
showLabelsfalse
showSpacefalse
titleRelated Articles
cqllabel = "hibernate" and space = currentSpace()

This module ); it only requires the Tapestry IoC module. This makes it useful in non-web applications, such as back-end processing.

The tapestry Tapestry-hibernate module extends this further, adding features to support the creation of CRUD (Create/Read/Update/Delete) database applications in Tapestry.

...

Hibernate is licensed under the Lesser GNU Public License. This is more restrictive license than the Apache Software License used by the rest of Tapestry. The restrictions mostly apply to redistributing Hibernate, especially in any altered form, and will likely be irrelvant irrelevant to the vast majority of users, but you should be aware.This library is compiled against version 3.3.1.GA of Hibernate (and version 3.4.0.GA of hibernate-annotations), but should work with more recent versions

See Supported Environments and Versions for the Hibernate versions that are supported.