pushFetchGroup(s) and popFetchGroup(s) on OpenJPAEntityManager
--------------------------------------------------------------
Key: OPENJPA-522
URL: https://issues.apache.org/jira/browse/OPENJPA-522
Project: OpenJPA
Issue Type: Improvement
Components: jpa
Reporter: Benjamin Renaud
Fix For: 1.1.0
It would be helpful to be able to push and pop fetch groups. The specific
use-case I have is a SLSB that performs a find, and is passed a set of
fetchgroups. At the moment I add them to the EM, then removed them (in case the
container pools EMs). However I could be removing groups that were already in
there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.