activate query cache

This commit is contained in:
Athou
2013-06-27 09:14:39 +02:00
parent 211c9a3e02
commit 186258322d

View File

@@ -25,7 +25,7 @@
<property name="hibernate.cache.use_second_level_cache"
value="${jpa.cache}" />
<property name="hibernate.cache.use_query_cache" value="false" />
<property name="hibernate.cache.use_query_cache" value="${jpa.cache}" />
<property name="hibernate.cache.region.factory_class"
value="org.hibernate.cache.infinispan.InfinispanRegionFactory" />