Author: dwoods
Date: Thu Sep 23 13:01:27 2010
New Revision: 1000445

URL: http://svn.apache.org/viewvc?rev=1000445&view=rev
Log:
OPENJPA-1804 Add note that dynamic enhancer behaves the same as the javaagent 
loaded enhancer, in that when a <class> list is given in the PU, then only 
those classes will be enhanced.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_pc.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_pc.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_pc.xml?rev=1000445&r1=1000444&r2=1000445&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_pc.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_pc.xml Thu Sep 23 
13:01:27 2010
@@ -410,6 +410,14 @@ java -javaagent:/home/dev/openjpa/lib/op
                                enhancement.                    
                        </para>
                </listitem>             
+               <listitem>
+                       <para>
+                               Just as with the Javaagent approach, if you
+                               declare a persistent class list, then OpenJPA
+                               will only search for metadata and try to
+                               enhance the listed classes.
+                       </para>
+               </listitem>             
        </itemizedlist>
        <para>
                When then dynamic enhancer is loaded, the following 


Reply via email to