Constrain types to be flushed
-----------------------------

                 Key: OPENJPA-170
                 URL: https://issues.apache.org/jira/browse/OPENJPA-170
             Project: OpenJPA
          Issue Type: Improvement
            Reporter: Patrick Linskey


When invoking EntityManager.flush(), all dirty instances are flushed. This can 
be inconvenient when working in an application with multiple distinct modules 
that may need to flush for query purposes.

OpenJPA should provide an OpenJPAEntityManager.flush(Class... classesToFlush) 
API that limits the flushes to just the specified classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to