mirror of
https://github.com/apache/openjpa.git
synced 2025-02-07 18:49:44 +00:00
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/trunk@1000445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
474c1b60c9
commit
d079a88733
@ -410,6 +410,14 @@ java -javaagent:/home/dev/openjpa/lib/openjpa.jar=addDefaultConstructor=false co
|
|||||||
enhancement.
|
enhancement.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
<para>
|
<para>
|
||||||
When then dynamic enhancer is loaded, the following
|
When then dynamic enhancer is loaded, the following
|
||||||
|
Loading…
x
Reference in New Issue
Block a user