kodo.runtime
Interface SavepointManager
- All Known Implementing Classes:
- AbstractJDBCSavepointManager, InMemorySavepointManager
- public interface SavepointManager
A manager for handling savepoints.
- Since:
- 3.4
supportsIncrementalFlush
public boolean supportsIncrementalFlush()
- Return whether the savepoints generated by this manager
can handle incremental flushes to the datastore.
newSavepoint
public KodoSavepoint newSavepoint(String name,
KodoPersistenceManager pm)
- Return a new savepoint for the given name, which may be null.
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.