Author: ppoddar
Date: Wed May 12 21:22:57 2010
New Revision: 943696
URL: http://svn.apache.org/viewvc?rev=943696&view=rev
Log:
OPENJPA-1663,OPENJPA-1664: document Query/Finder Target Policy.
Modified:
openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml
Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml?rev=943696&r1=943695&r2=943696&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_slice.xml Wed May 12 21:22:57 2010
@@ -136,7 +136,7 @@
<para>
To confine queries to a subset of slices via setting query hints can be considered
intrusive to existing application. The alternative means of targeting queries
is to
- a configure a <<emphasis>Query Target Policy</emphasis>. This
policy is configured
+ a configure a <emphasis>Query Target Policy</emphasis>. This policy
is configured
via plug-in property <classname>openjpa.slice.QueryTargetPolicy</classname>.
The
plug-in property is fully-qualified class name an implementation
for <classname>org.apache.openjpa.slice.QueryTargetPolicy</classname>
interface.
|