I wanna use the Hibernate Query Cache in my application.
What i need to do in my code and in Config. file..?
I have tried
Code:
setCacheabble
in my code and i have
Code:
<property name="hibernate.cache.use_query_cache">false</property>
<property name="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</property>
I am facing the problem wen i am trying to redoply my app.
When i deploy for the first time then my app works fine but when i tried to redploy it i get ClassCastException ?
Plz do help me......