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