From 22b8b1425fc610eb0a7cb168eed648a6f4451cf5 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Thu, 14 Mar 2013 08:41:26 -0400 Subject: [PATCH] updated docs --- docs/src/reference/docbook/reference/region.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/reference/region.xml b/docs/src/reference/docbook/reference/region.xml index e03c8dac..e42228c5 100644 --- a/docs/src/reference/docbook/reference/region.xml +++ b/docs/src/reference/docbook/reference/region.xml @@ -878,7 +878,7 @@ and a nested resolver declaration --> Certain region operations, specifically those that use GemFire's proprietary Region.Entry such as entries(boolean), entrySet(boolean) and getEntry() type are not targeted for AOP advice. In addition, the entrySet() method which returns a Set<java.util.Map.Entry<?,?>> is not affected. - This feature also works with seamlessly with GemfireTemplate operations, currently native QueryService operations are not supported. + This feature also works with seamlessly with GemfireTemplate operations, provided that the template is declared as a Spring bean. Currently native QueryService operations are not supported.