Interface | Description |
---|---|
PendingDelete | Represents a pending delete, that is an object that is due to be deleted as part of a flush() operation |
PendingInsert | An insert that is pending execution in a flush() operation |
PendingOperation | An operation that is pending execution. |
PendingUpdate | An update that is pending execution in a flush() operation |
Class | Description |
---|---|
PendingDeleteAdapter | Adapter for the PendingDelete interface |
PendingInsertAdapter | Provides default implementation for most of the methods in the PendingInsert interafce |
PendingOperationAdapter | Base implementation of the PendingOperation interface. |
PendingOperationExecution | Provides a default implementation to execute a pending operation. |
PendingUpdateAdapter | Provides a default implementation for the PendingUpdate interface |