This content has been marked as final.
Show 2 replies
-
1. Re: Searching facility on jboss cache pojo edition
richard.qin May 20, 2010 7:22 PM (in response to owklqm)1 of 1 people found this helpfulyou can integrate josql http://josql.sourceforge.net/ into jbosscache to provide sql-like seaching faclility.
-
2. Re: Searching facility on jboss cache pojo edition
owklqm May 21, 2010 9:06 AM (in response to richard.qin)Thank a lot for the answer. It helps me a lot.
But I still have a question. Is there any reason that make findAll methods slower than a SELECT * in a mysql database? I thought caching my object would help in optimizing the access time.
Regards.