[hibernate-commits] Hibernate SVN: r14615 - core/branches/Branch_3_2_4_SP1_CP/doc/release_notes/src/main/docbook/en-US.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Apr 29 20:54:37 EDT 2008


Author: bsatguna
Date: 2008-04-29 20:54:37 -0400 (Tue, 29 Apr 2008)
New Revision: 14615

Modified:
   core/branches/Branch_3_2_4_SP1_CP/doc/release_notes/src/main/docbook/en-US/Release_Notes.xml
Log:
Added new content to release notes file


Modified: core/branches/Branch_3_2_4_SP1_CP/doc/release_notes/src/main/docbook/en-US/Release_Notes.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/doc/release_notes/src/main/docbook/en-US/Release_Notes.xml	2008-04-30 00:48:43 UTC (rev 14614)
+++ core/branches/Branch_3_2_4_SP1_CP/doc/release_notes/src/main/docbook/en-US/Release_Notes.xml	2008-04-30 00:54:37 UTC (rev 14615)
@@ -14,7 +14,7 @@
 		<section id="Background">
 			<title>Background</title>
 			<para>
-				Hibernate is a powerful object/relational mapping tool for building Java applications. It significantly reduces repetitive persistence related programming tasks by mapping the object model's data representation to a relational data model. The mapping feature eliminates paradigm mismatch issues caused by data handling between objects and relational databases. 			
+				Hibernate is a powerful object/relational mapping tool for building Java applications. It significantly reduces repetitive persistence related programming tasks by mapping the object model's data representation to a relational data model. Hibernate offers a sophisticated object-oriented HQL (Hibernate query language) allowing the programmer to make use of polymorphic queries. Queries can be expressed in native SQL or using Criteria and example queries. A full feature datasheet is available <ulink url="http://www.jboss.com/pdf/HibernateBrochure-Jun2005.pdf">here for download</ulink> 			
 			</para>
 		</section>
 	</section>
@@ -26,7 +26,8 @@
 		<section id="Installation_Notes">
 			<title>Installation Notes</title>
 			<para>
-				Any information that the user must keep in mind before or during installation has to be specified here.
+				We advise users to ensure that adequate disk space is available for the installation of Hibernate, JDK 1.4 (or above) and the database. 
+
 			</para>
 		</section>
 		<section id="Migration_Guide">




More information about the hibernate-commits mailing list