JPA caching [message #1006336] |
Wed, 30 January 2013 16:40  |
Eclipse User |
|
|
|
Greetings,
Could somebody help me to find answer does EclipseLink JPA implementation NativeQuery cache results of stored procedure execuing like
call get_entities(2,3,2);
Is here some way to have stored procedures excection result cached with JPA otherwise?
Greatest thanks in advance,
|
|
|
|
|
|
Re: JPA caching [message #1008081 is a reply to message #1006336] |
Fri, 08 February 2013 15:02  |
Eclipse User |
|
|
|
Greetings Mr. Delahunt,
Thank you for your attention to my post.
My general idea is to use in my application both features of link cache feature (I assume link cache is being kept actual even on grid database architecture with right application server) and power of native sql queries (like force index, insert on duplicate key etc).
So, I'm trying to have opportunity to reach all of features to prevent making extra times database data extraction (with link cache), to obtain database performance with highly optimized JPA queries (with native sql language I assume) and to map queries result to objects (with basic link functionality).
Thank you,
[Updated on: Fri, 08 February 2013 15:07] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.08219 seconds