From b12a34982a5171aae4ae157a43209d20756663e8 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 23 Aug 2011 16:41:33 +0300 Subject: [PATCH] SGF-62 --- .../org/springframework/data/gemfire/GemfireTemplate.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java b/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java index a2767218..28c6a42b 100644 --- a/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java +++ b/src/main/java/org/springframework/data/gemfire/GemfireTemplate.java @@ -241,6 +241,9 @@ public class GemfireTemplate extends GemfireAccessor { *

* As oppose, to the {@link #query(String)} method, this method allows for more generic queries (against multiple regions even) to be executed. * + *

Note that the local query service is used if the region is configured as a client without any pool configuration or server connectivity - otherwise the query service on the default pool + * is being used. + * * @see QueryService#newQuery(String) * @see Query#execute(Object[]) * @see SelectResults @@ -272,6 +275,9 @@ public class GemfireTemplate extends GemfireAccessor { *

* As oppose, to the {@link #query(String)} method, this method allows for more generic queries (against multiple regions even) to be executed. * + *

Note that the local query service is used if the region is configured as a client without any pool configuration or server connectivity - otherwise the query service on the default pool + * is being used. + * * @see QueryService#newQuery(String) * @see Query#execute(Object[]) * @param query GemFire query