Go to file
Gail Badner b3eba449ff HHH-3696 : Sybase - unit tests fail when numeric values overflow in precision or scale on insert
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15813 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-01-23 22:52:53 +00:00
doc HHH-3636 test case + fix 2008-12-10 01:40:38 +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-3636 test case + fix 2008-12-10 01:40:38 +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-3698 & HHH-3699 : HQL parameter binding issues 2009-01-12 15:37:37 +00:00
test/org/hibernate HHH-3696 : Sybase - unit tests fail when numeric values overflow in precision or scale on insert 2009-01-23 22:52:53 +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/).