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