org.apache.openjpa.kernel
Interface SavepointManager

All Known Implementing Classes:
AbstractJDBCSavepointManager, InMemorySavepointManager, JDBC3SavepointManager

public interface SavepointManager

A manager for handling savepoints.

Since:
0.3.4
Author:
Steve Kim

Method Summary
 OpenJPASavepoint newSavepoint(String name, Broker broker)
          Return a new savepoint for the given name, which may be null.
 boolean supportsIncrementalFlush()
          Return whether the savepoints generated by this manager can handle incremental flushes to the datastore.
 

Method Detail

supportsIncrementalFlush

boolean supportsIncrementalFlush()
Return whether the savepoints generated by this manager can handle incremental flushes to the datastore.


newSavepoint

OpenJPASavepoint newSavepoint(String name,
                              Broker broker)
Return a new savepoint for the given name, which may be null.



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.