Fixes JIRA issue SGF-290 handling custom OQL statements specified with an @Query annotated Repository method that returns neither a Collection nor a Entity-based result, such as the case with SELECT count(*) FROM /Region ... based queries returning an Integer count.

This commit is contained in:
John Blum
2014-06-16 20:01:34 -07:00
parent 33437c23e0
commit 1920ce4ba1
4 changed files with 73 additions and 45 deletions

View File

@@ -14,9 +14,9 @@
">
<util:properties id="peerCacheConfigurationSettings">
<prop key="name">repositoryQueriesTest</prop>
<prop key="log-level">config</prop>
<prop key="name">UserRepositoryQueriesIntegrationTest</prop>
<prop key="mcast-port">0</prop>
<prop key="log-level">config</prop>
</util:properties>
<gfe:cache properties-ref="peerCacheConfigurationSettings"/>