Steve Ebersole 202de56484 HHH-2686 : enhanced.TableGenerator - generator table PK;
HHH-3231 : enhanced.TableGenerator - improper SELECT ... FOR UPDATE OF building;
HHH-3249 : enhanced.TableGenerator - extensibility;
HHH-3454 : enhanced.TableGenerator - allow segment value default to be the entity table name

git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15144 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-08-29 06:22:14 +00:00
2008-02-07 02:34:08 +00:00
2008-02-07 02:34:08 +00:00
2008-02-07 02:34:08 +00:00

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/).
Description
No description provided
Readme 352 MiB
Languages
Java 99.7%
Shell 0.1%
ANTLR 0.1%