ehcache
Trouble caching collections with Hibernate and EhCache
as the topic suggests, I\'m having some trouble with Hibernate and EhCache. I\'m using Hibernate with mySql and EhCache in a Resteasy-application.[详细]
2023-03-30 01:36 分类:问答search api for ehcache
I have just checked the Terracotta EHCache and found the open source version has not supporting the search queries on th开发者_Python百科e cache. I just tried with small application but it is clearly[详细]
2023-03-29 11:13 分类:问答How is getHibernateTemplate().setCacheQueries() supposed to be used properly?
In some piece of our code we are using HibernateDaoSupport\'s setCacheQueries() method. At first we had a function开发者_运维知识库 getByGroupId() that just called setCacheQueries(true), but when doin[详细]
2023-03-28 21:29 分类:问答Updating database without seriously screwing things up?
I\'ve built apps in the past where in order to test things, I\'ve had to manually issue SQL to the database and then try to read these changes via Hibernate. The problem is that an error is always thr[详细]
2023-03-28 18:50 分类:问答liferay running slow
I have installed Liferay-Tomcat 6.0.6 on one of my Linux machine having 4GB of RAM and it uses MySQL installed on a different machine.[详细]
2023-03-28 15:50 分类:问答Hibernate ehCache null pointer exception on put
Here is my config. <?xml version=\"1.0\" encoding=\"UTF-8\"?> <ehcache> <defaultCache maxElementsInMemory=\"500000\"[详细]
2023-03-25 21:35 分类:问答storing sorted list inside ehcache
I\'m new to ehcache and I can\'t seem to find exactly what I need. I am using hibernate and have one large table (500k + items) that I need to query fast.[详细]
2023-03-25 20:41 分类:问答Centralized cache server. (Ehcache or Hazelcast)
Currently we have 2 app severs, each has application level cache and has centralized database server. To keep both servers app cache in sync we have set up JMS broker in between. On cache clear on one[详细]
2023-03-25 01:19 分类:问答ehcache help needed
Hello i am trying to setup Ehcache on my local system , There is only java based caching ,i am performing . I got the exception when i just ran the main method \" 10:16:32,637 INFO[main] Main- javax.x[详细]
2023-03-24 22:47 分类:问答Can I register an Ehcache event listener that triggers before the object is deleted?
I am currently studying wh开发者_运维技巧ether it would be suitable for me to use Ehcache in Google App Engine, and I have one specific need.[详细]
2023-03-23 06:07 分类:问答