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

AutoPersistentNewFlushedDeleted

public class AutoPersistentNewFlushedDeleted extends AutoPersistentNewDeleted

Fields Summary
Constructors Summary
public AutoPersistentNewFlushedDeleted()

        super();
        isPersistentInDataStore = true;
        updateAction = ActionDesc.LOG_DESTROY;
        stateType = AP_NEW_FLUSHED_DELETED;
    
Methods Summary
public LifeCycleStatetransitionFlushed()

        return changeState(AP_NEW_DELETED);
    
public LifeCycleStatetransitionMakePersistent()

        return changeState(P_NEW_FLUSHED_DELETED);