Searched defs:StateManager (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DStateManager.java48 * non-null reference to a JDO <code>StateManager</code> instance which is
53 * JDO <code>StateManager</code> instance responsible for the state
57 * The JDO <code>StateManager</code> interface is the primary interface used
60 * <code>StateManager</code> instance.
65 * notifies the <code>StateManager</code> of the owning First Class Object
68 public interface StateManager interface
95 * changes made to the <code>StateManager</code> to the database.
96 * The specified StateManager argument is used to determine whether the
100 void updatePersistent(StateManager next);
106 * the state of the <code>StateManager</cod
[all...]

Completed in 71 milliseconds