public abstract class PendingOperationAdapter
Base implementation of the PendingOperation interface.
| Modifiers | Name | Description | 
|---|---|---|
| protected PersistentEntity | entity | |
| protected boolean | executed | |
| protected E | nativeEntry | |
| protected K | nativeKey | 
| Type | Name and description | 
|---|---|
| boolean | vetoed | 
| Constructor and description | 
|---|
| PendingOperationAdapter
                                (PersistentEntity entity, K nativeKey, E nativeEntry) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addCascadeOperation(PendingOperation<E, K> pendingOperation) | 
|  | void | addPreOperation(PendingOperation<E, K> preOperation) | 
|  | java.util.List<PendingOperation<E, K>> | getCascadeOperations() | 
|  | PersistentEntity | getEntity() | 
|  | E | getNativeEntry() | 
|  | K | getNativeKey() | 
|  | java.lang.Object | getObject() | 
|  | java.util.List<PendingOperation<E, K>> | getPreOperations() | 
|  | boolean | isVetoed() | 
|  | void | setExecuted(boolean executed) | 
|  | void | setVetoed(boolean vetoed) | 
|  | boolean | wasExecuted() | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |