mirror of https://github.com/apache/openjpa.git
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:
parent
1907d01b87
commit
2e62118901
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue