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.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1000447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-09-23 13:04:52 +00:00
parent 1907d01b87
commit 2e62118901
1 changed files with 8 additions and 0 deletions

View File

@ -416,6 +416,14 @@ java -javaagent:/home/dev/openjpa/lib/openjpa.jar=addDefaultConstructor=false co
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