[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

bstansberry@jboss.com do-not-reply at jboss.com
Tue Mar 31 12:35:38 EDT 2009


Geez, after 1 million posts I forget the "code" button:

<property name="hibernate.cache.use_query_cache" value="true"/>

enables query result set caching.

<property name="hibernate.cache.use_second_level_cache" value="true"/>

enables entity and collection caching.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222415#4222415

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222415



More information about the jboss-user mailing list