cache « Search « JPA Q&A





1. Caching Search?    forum.hibernate.org

Hi! I'm having problem with a search probably caused by cache. I make the search and it works fine for the first time. Then I delete a register from the DB and make the search again. The search try to bring the same rows, but it gives the error described below because an element of the rows doesn't exist. Another thing ...

2. Caching Search results and Live Reporting    forum.hibernate.org

So, I have two somewhat unusual questions that I hope you people can help me with. First, I am implementing a sort of 'live search' bar in my application, much like spotlight search on macs, which will display search results as the user types each letter. The setup is such that it fires off a '%like%' query every time the user ...