Go to file
Steve Ebersole 4afedc320e temporarily disable the documentation module from the release profile
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14415 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-03-10 03:17:31 +00:00
cache-ehcache source headers 2007-12-07 03:10:46 +00:00
cache-jbosscache HHH-2863 : isolate cache integration testing 2007-12-06 20:28:10 +00:00
cache-jbosscache2 Add tests of isolated-classloader environments 2008-02-28 19:42:08 +00:00
cache-oscache source headers 2007-12-07 04:48:34 +00:00
cache-swarmcache source headers 2007-12-07 04:49:38 +00:00
connection-c3p0 source headers 2007-12-07 04:51:26 +00:00
connection-proxool source headers 2007-12-07 04:50:57 +00:00
core HHH-3111 fixed TM.getStatus() to delegate to getTransaction().getStatus(), or return STATUS_NO_TRANSACTION 2008-03-06 17:04:50 +00:00
documentation Document JTA requirement 2008-02-26 21:54:02 +00:00
eg uploading separated parent poms 2007-07-17 03:31:57 +00:00
etc SVN layout migration for core/trunk 2007-06-29 19:23:59 +00:00
jmx HHH-2704 : migrate to maven (testsuite) 2007-08-03 04:09:17 +00:00
src update copyright 2008-02-19 19:16:06 +00:00
testing Add utility to create a TestSuite where a subclass' "FailureExpected" version of a base test is included in the suite, while the base test is excluded 2008-02-27 18:06:19 +00:00
testsuite HHH-2616 : added owner ID and name getters to collection events; added partial support for property-refs; added Javadoc 2008-02-25 21:06:19 +00:00
changelog.txt SVN layout migration for core/trunk 2007-06-29 19:24:05 +00:00
hibernate_logo.gif SVN layout migration for core/trunk 2007-06-29 19:24:12 +00:00
lgpl.txt SVN layout migration for core/trunk 2007-06-29 19:24:18 +00:00
pom.xml temporarily disable the documentation module from the release profile 2008-03-10 03:17:31 +00:00
readme.txt SVN layout migration for core/trunk 2007-06-29 19:24:33 +00:00

readme.txt

Hibernate - Relational Persistence for Idiomatic Java
=====================================================
version 3.2 cr3, July 7, 2006

Instructions
------------
Unzip to installation directory.

See index.html in the doc/reference directory.

Required jars are distributed in the lib subdirectory.

Latest Documentation:

   http://hibernate.org

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

Free Technical Support:

   http://forum.hibernate.org

Commercial Support and Training:

   http://hibernate.org/SupportTraining
   
   
Get Up And Running Quick
------------------------
Demo:

   (1) copy your JDBC driver to the lib directory
   (2) edit etc/hibernate.properties
   (3) run "ant eg" or "build eg"
   (4) browse the sourcecode in eg/org/hibernate/auction

Tests:

   (1) copy your JDBC driver to the lib directory
   (2) edit etc/hibernate.properties
   (3) run "ant junitreport" or "build junitreport"
   (4) see test_output/index.html


Other Stuff
-----------
This software is distributed under the terms of the FSF Lesser Gnu 
Public License (see lgpl.txt).

This product includes software developed by the Apache Software 
Foundation (http://www.apache.org/).