Hi all,

I`m wana know if the JPA cashes the result of a OneToOne or OneToMany
query, i mean if i have a Team class that contains Player class. when
i consult any player did the JPA does another query to get these
players?
and if i`ve already consult this player, and make another reference to
it, did JPA cashes it or it mades one query for each consult that i
request?

thanks Raphael.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to