public interface PendingInsert<E, K> extends PendingOperation, java.lang.Runnable
An insert that is pending execution in a flush() operation
E
- The native entry to persistType Params | Return Type | Name and description |
---|---|---|
|
public EntityAccess |
getEntityAccess()
|
Methods inherited from class | Name |
---|---|
interface PendingOperation |
addCascadeOperation, addPreOperation, getCascadeOperations, getEntity, getNativeEntry, getNativeKey, getObject, getPreOperations, isVetoed, wasExecuted |
interface java.lang.Runnable |
java.lang.Runnable#run() |