Joined: Tue Jun 26, 2007 11:54 pm Posts: 1
|
Hi all,
This is my first post and i am a novice to Hibernate. Just a quick question. Here is my requirement. i have few stored procedures to call in my application and want this to be fast. possibly there is no ORM involved. can i use EHcache to cache the result set returned by my SP's so that every time me calling an SP doesnt involve a DB call(will just get the data from the cache instead of DB). Basically i am looking for result set caching to avoid DB call. Can hibernate help me in this case. I will be using Spring for the business layer. can Hibernatetemplate will be of use in this case. Please fill free to ask if my requirement is not clear. Thanks in advance
_________________ If you think you can, you can
If you think you can't, you are right.
|
|