public abstract class PendingUpdateAdapter extends PendingOperationAdapter
Provides a default implementation for the PendingUpdate interface
| Fields inherited from class | Fields | 
|---|---|
| class PendingOperationAdapter | entity, executed, nativeEntry, nativeKey | 
| Constructor and description | 
|---|
| PendingUpdateAdapter
                                (PersistentEntity entity, K nativeKey, E nativeEntry, EntityAccess ea) | 
| Type | Name and description | 
|---|---|
| EntityAccess | getEntityAccess() | 
| java.lang.Object | getObject() | 
| boolean | isVetoed() | 
| void | setVetoed(boolean vetoed) | 
| Methods inherited from class | Name | 
|---|---|
| class PendingOperationAdapter | addCascadeOperation, addPreOperation, getCascadeOperations, getEntity, getNativeEntry, getNativeKey, getObject, getPreOperations, isVetoed, setExecuted, setVetoed, wasExecuted | 
| 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() |