[hibernate-commits] Hibernate SVN: r10478 - trunk/HibernateExt/tools/doc/reference/en/modules

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Sep 12 02:55:09 EDT 2006


Author: max.andersen at jboss.com
Date: 2006-09-12 02:55:07 -0400 (Tue, 12 Sep 2006)
New Revision: 10478

Modified:
   trunk/HibernateExt/tools/doc/reference/en/modules/reverseengineering.xml
Log:
doc being more explicit about catalog/schema

Modified: trunk/HibernateExt/tools/doc/reference/en/modules/reverseengineering.xml
===================================================================
--- trunk/HibernateExt/tools/doc/reference/en/modules/reverseengineering.xml	2006-09-08 21:01:51 UTC (rev 10477)
+++ trunk/HibernateExt/tools/doc/reference/en/modules/reverseengineering.xml	2006-09-12 06:55:07 UTC (rev 10478)
@@ -422,11 +422,11 @@
 
         <calloutlist>
           <callout arearefs="tablefilter-matchcatalog">
-            <para>catalog (Optional): Catalog name for table</para>
+            <para>catalog (Optional): Catalog name for table. Has to be specified if you are reverse engineering multiple catalogs or if it is not equal to <literal>hiberante.default_catalog</literal></para>
           </callout>
 
           <callout arearefs="tablefilter-matchschema">
-            <para>schema (Optional): Schema name for table</para>
+            <para>schema (Optional): Schema name for table. Has to be specified if you are reverse engineering multiple schemas or if it is not equal to <literal>hiberante.default_schema</literal></para>
           </callout>
 
           <callout arearefs="tablefilter-matchname">




More information about the hibernate-commits mailing list