public class RelationshipPendingDelete extends PendingOperationAdapter
Represents a pending relationship delete
Modifiers | Name | Description |
---|---|---|
private Association |
association |
|
private Transaction |
boltTransaction |
|
private EntityAccess |
entityAccess |
|
private static org.slf4j.Logger |
log |
|
private java.util.Collection<java.io.Serializable> |
targetIdentifiers |
Fields inherited from class | Fields |
---|---|
class PendingOperationAdapter |
entity, executed, nativeEntry, nativeKey, pendingOperations, preOperations, vetoed |
Constructor and description |
---|
RelationshipPendingDelete
(EntityAccess parent, Association association, java.util.Collection<java.io.Serializable> pendingInserts, Transaction boltTransaction) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
run() |
Methods inherited from class | Name |
---|---|
class PendingOperationAdapter |
addCascadeOperation, addPreOperation, getCascadeOperations, getEntity, getNativeEntry, getNativeKey, getObject, getPreOperations, isVetoed, setExecuted, setVetoed, wasExecuted |