Author: dwoods
Date: Thu Sep 23 13:04:52 2010
New Revision: 1000447

URL: http://svn.apache.org/viewvc?rev=1000447&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/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml

Modified: openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml?rev=1000447&r1=1000446&r2=1000447&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml 
(original)
+++ openjpa/branches/2.0.x/openjpa-project/src/doc/manual/ref_guide_pc.xml Thu 
Sep 23 13:04:52 2010
@@ -416,6 +416,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