Go to file
Steve Ebersole f73f158b32 HHH-4486 : MySQL [DROP TEMPORARY TABLE] support
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@17783 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-16 16:22:06 +00:00
doc removed inadvertent DOCTYPE decl 2009-06-05 13:51:04 +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-3712 : Reorganize the Sybase dialect class hierarchy, add SybaseASE15Dialect, and mark SybaseDialect as deprecated 2009-02-05 03:48:51 +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-4486 : MySQL [DROP TEMPORARY TABLE] support 2009-10-16 16:22:06 +00:00
test/org/hibernate HHH-4003 - many-to-many loaders should use inner joins from the collection table to element table 2009-07-06 03:01:30 +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 HHH-3781 - Echo version information to the console in main() 2009-06-22 22:00:05 +00:00
changelog.txt prep 3.2.7 release 2009-06-03 14:18:00 +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.7 release 2009-06-03 14:18:00 +00:00

readme.txt

Hibernate - Relational Persistence for Idiomatic Java
=====================================================
version 3.2.7, June 3, 2009

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/).