[jboss-cvs] JBossAS SVN: r96031 - in projects/docs/enterprise: 4.3.7/Hibernate/Hibernate_EntityManager_User_Guide/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 4 23:45:41 EST 2009


Author: laubai
Date: 2009-11-04 23:45:41 -0500 (Wed, 04 Nov 2009)
New Revision: 96031

Modified:
   projects/docs/enterprise/4.2.8/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml
   projects/docs/enterprise/4.3.7/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml
Log:
Edited 4.2.8 and 4.3.7 Hibernate EM Ref Guide for JBPAPP-1781.

Modified: projects/docs/enterprise/4.2.8/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml
===================================================================
--- projects/docs/enterprise/4.2.8/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml	2009-11-05 04:19:44 UTC (rev 96030)
+++ projects/docs/enterprise/4.2.8/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml	2009-11-05 04:45:41 UTC (rev 96031)
@@ -23,7 +23,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					There can only be a single class named in the from-clause, and it <emphasis>cannot</emphasis> have an alias (this is a current Hibernate limitation and will be removed soon).
+					Only a single class may be named in the from-clause, and it cannot have an alias. (This is currently a limitation in Hibernate and will be removed soon.)
 				</para>
 			</listitem>
 			<listitem>

Modified: projects/docs/enterprise/4.3.7/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml	2009-11-05 04:19:44 UTC (rev 96030)
+++ projects/docs/enterprise/4.3.7/Hibernate/Hibernate_EntityManager_User_Guide/en-US/Batch_processing.xml	2009-11-05 04:45:41 UTC (rev 96031)
@@ -23,7 +23,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					There can only be a single class named in the from-clause, and it <emphasis>cannot</emphasis> have an alias (this is a current Hibernate limitation and will be removed soon).
+					Only a single class may be named in the from-clause, and it cannot have an alias. (This is currently a limitation in Hibernate and will be removed soon.)
 				</para>
 			</listitem>
 			<listitem>




More information about the jboss-cvs-commits mailing list