FileDocCategorySizeDatePackage
PersistentNewFlushed.javaAPI DocGlassfish v2 API2513Fri May 04 22:35:16 BST 2007com.sun.jdo.spi.persistence.support.sqlstore.state

PersistentNewFlushed

public class PersistentNewFlushed extends PersistentNew

Fields Summary
Constructors Summary
public PersistentNewFlushed()

        super();
        isPersistentInDataStore = true;
        updateAction = ActionDesc.LOG_UPDATE;
        stateType = P_NEW_FLUSHED;
    
Methods Summary
public LifeCycleStatetransitionDeletePersistent()

        return changeState(P_NEW_FLUSHED_DELETED);