Go to file
Steve Ebersole 30e4a6fbfb HHH-530 : followup on parameter handling
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15270 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-10-08 04:28:51 +00:00
doc HHH-3282 : DB2Dialect#supportsLobValueChangePropogation == false 2008-05-14 14:06:47 +00:00
eg/org/hibernate/auction SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:10 +00:00
etc HHH-1593 - StackOverflow when calling configuration.setListener(null) 2007-10-06 01:52:08 +00:00
grammar HHH-530 : followup on parameter handling 2008-10-08 04:28:51 +00:00
jdbc SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:51:36 +00:00
lib HHH-3085 : missed removing entry for JCA connector.jar 2008-02-07 03:36:01 +00:00
src/org/hibernate HHH-530 : followup on parameter handling 2008-10-08 04:28:51 +00:00
test/org/hibernate HHH-3515 : EntityNameResolver 2008-10-08 04:20:21 +00:00
build.bat SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:02 +00:00
build.sh SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:13 +00:00
build.xml prep 3.2.6 2008-02-07 02:34:08 +00:00
changelog.txt prep 3.2.6 2008-02-07 02:34:08 +00:00
checkstyle_checks.xml SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:33 +00:00
hibernate_logo.gif SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:39 +00:00
indent.py SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:46 +00:00
lgpl.txt SVN layout migration for core/branches/Branch_3_2 2007-06-29 19:52:52 +00:00
readme.txt prep 3.2.6 2008-02-07 02:34:08 +00:00

readme.txt

Hibernate - Relational Persistence for Idiomatic Java
=====================================================
version 3.2.6, Feb 7, 2008

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 build/test-reports/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/).