From d079a88733e4f492fd7a8ebe3841c444dd3561d7 Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Thu, 23 Sep 2010 13:01:27 +0000 Subject: [PATCH] OPENJPA-1804 Add note that dynamic enhancer behaves the same as the javaagent loaded enhancer, in that when a 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 --- openjpa-project/src/doc/manual/ref_guide_pc.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openjpa-project/src/doc/manual/ref_guide_pc.xml b/openjpa-project/src/doc/manual/ref_guide_pc.xml index ac647a519..acd7a667f 100644 --- a/openjpa-project/src/doc/manual/ref_guide_pc.xml +++ b/openjpa-project/src/doc/manual/ref_guide_pc.xml @@ -410,6 +410,14 @@ java -javaagent:/home/dev/openjpa/lib/openjpa.jar=addDefaultConstructor=false co enhancement. + + + 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. + + When then dynamic enhancer is loaded, the following