[hibernate-commits] Hibernate SVN: r13682 - entitymanager/tags/v3_1_0_Beta6.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 20:48:18 EDT 2007


Author: epbernard
Date: 2007-08-15 20:48:18 -0400 (Wed, 15 Aug 2007)
New Revision: 13682

Added:
   entitymanager/tags/v3_1_0_Beta6/readme.txt
Log:
Move entitymanager tags/entitymanager_v31beta6 to the new structure (v3_1_0_Beta6)

Copied: entitymanager/tags/v3_1_0_Beta6/readme.txt (from rev 13681, tags/entitymanager_v31beta6/HibernateExt/ejb/readme.txt)
===================================================================
--- entitymanager/tags/v3_1_0_Beta6/readme.txt	                        (rev 0)
+++ entitymanager/tags/v3_1_0_Beta6/readme.txt	2007-08-16 00:48:18 UTC (rev 13682)
@@ -0,0 +1,57 @@
+Hibernate EntityManager
+==================================================
+Version: 3.1 beta 6, 20.01.2006
+
+THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE 3.1.1 AND DOES
+NOT WORK WITH HIBERNATE 3.0.x OR ANY OLDER VERSION OF HIBERNATE.
+
+
+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 at 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).
\ No newline at end of file




More information about the hibernate-commits mailing list