You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Patrick Linskey (JIRA)" <ji...@apache.org> on 2007/03/13 03:12:09 UTC

[jira] Created: (OPENJPA-170) Constrain types to be flushed

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.