public abstract class PendingInsertAdapter<E, K> extends PendingOperationAdapter implements PendingInsert
Provides default implementation for most of the methods in the PendingInsert interafce
E
- The native entry to persistFields inherited from class | Fields |
---|---|
class PendingOperationAdapter |
entity, executed, nativeEntry, nativeKey |
Constructor and description |
---|
PendingInsertAdapter(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 |