public abstract class PendingInsertAdapter extends PendingOperationAdapter
Provides default implementation for most of the methods in the PendingInsert interafce
| Fields inherited from class | Fields | 
|---|---|
| class PendingOperationAdapter | entity, executed, nativeEntry, nativeKey | 
| Type | Name and description | 
|---|---|
| boolean | vetoed | 
| Constructor and description | 
|---|
| PendingInsertAdapter
                                (PersistentEntity entity, K nativeKey, E nativeEntry, EntityAccess ea) | 
| Type Params | Return 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 |