hibernate-orm/annotations
Hardy Ferentschik b4e5322cfb HHH-4942 Refactored JarVistitorTest and PackagedEntityManagerTest to use Shrinkwrap to build the packages needed for the tests. This removed the need for some custom antrun plugin stuff. Also created a baseclass for the packaged tests.
HHH-4845 Refactored PersistTest to extend from the main em base test case. This allows the em test to run in forkMode 'once'

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18858 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-23 12:57:17 +00:00
..
src HHH-4942 Refactored JarVistitorTest and PackagedEntityManagerTest to use Shrinkwrap to build the packages needed for the tests. This removed the need for some custom antrun plugin stuff. Also created a baseclass for the packaged tests. 2010-02-23 12:57:17 +00:00
pom.xml prepare 3.5.0-CR-1 ++ dev 2010-02-10 19:42:49 +00:00
readme.txt HHH-3550 : import annotations into core 2008-10-28 18:41:10 +00:00

readme.txt

Hibernate Annotations
==================================================
Version: @version@, @releasedate@

THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.3 (and above)

Description
-----------

The EJB3 specification recognizes the interest and the success of
the transparent object/relational mapping paradigm. The EJB3 specification
standardizes the basic APIs and the metadata needed for any object/relational
persistence mechanism.

Hibernate EntityManager implements the programming interfaces and lifecycle rules
as defined by the EJB3 persistence specification. Together with Hibernate Annotations
this wrapper implements a complete (and standalone) EJB3 persistence solution on
top of the mature Hibernate core. You may use a combination of all three together,
annotations without EJB3 programming interfaces and lifecycle, or even pure native
Hibernate, depending on the business and technical needs of your project. You can
at all times fall back to Hibernate native APIs, or if required, even to native
JDBC and SQL.


Instructions
------------

Unzip to installation directory, read doc/reference


Contact
------------

Latest Documentation:

   http://hibernate.org
   http://annotations.hibernate.org

Bug Reports:

   Hibernate JIRA (preferred)
   hibernate-devel@lists.sourceforge.net

Free Technical Support:

   http://forum.hibernate.org


Notes
-----------

If you want to contribute, go to http://www.hibernate.org/

This software and its documentation are distributed under the terms of the
FSF Lesser Gnu Public License (see lgpl.txt).