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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01