[hibernate-commits] Hibernate SVN: r18154 - search/trunk/src/main/docbook/en-US/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Dec 7 07:20:15 EST 2009


Author: epbernard
Date: 2009-12-07 07:20:15 -0500 (Mon, 07 Dec 2009)
New Revision: 18154

Modified:
   search/trunk/src/main/docbook/en-US/modules/mapping.xml
Log:
HSEARCH-411 Add Class level bridge (Amin Mohammed-Coleman)

Modified: search/trunk/src/main/docbook/en-US/modules/mapping.xml
===================================================================
--- search/trunk/src/main/docbook/en-US/modules/mapping.xml	2009-12-07 12:17:04 UTC (rev 18153)
+++ search/trunk/src/main/docbook/en-US/modules/mapping.xml	2009-12-07 12:20:15 UTC (rev 18154)
@@ -2157,10 +2157,8 @@
     <section>
       <title>Mapping class bridge</title>
 
-      <para>The annotation model provides a
-      <classname>@ClassBridge</classname> which enables you to modify the
-      lucene document, this feature is also available using the programmatic
-      appraoch. This is shown in the next example:</para>
+      <para>You can define class bridges on entities programmatically.
+          This is shown in the next example:</para>
 
       <example>
         <title>Defining class briges using API</title>



More information about the hibernate-commits mailing list