public class RelationshipPendingInsert extends PendingInsertAdapter
Represents a pending relationship insert
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
FROM |
The name of the from property |
static java.lang.String |
SOURCE_TYPE |
|
static java.lang.String |
TARGET_TYPE |
|
static java.lang.String |
TO |
The name of the to property |
private Association |
association |
|
private Transaction |
boltTransaction |
|
private boolean |
isUpdate |
|
private static org.slf4j.Logger |
log |
|
private Neo4jSession |
session |
|
private java.util.Collection<java.io.Serializable> |
targetIdentifiers |
Fields inherited from class | Fields |
---|---|
class PendingInsertAdapter |
entityAccess, vetoed |
class PendingOperationAdapter |
entity, executed, nativeEntry, nativeKey, pendingOperations, preOperations, vetoed |
Constructor and description |
---|
RelationshipPendingInsert
(EntityAccess parent, Association association, java.util.Collection<java.io.Serializable> pendingInserts, Neo4jSession session, boolean isUpdate) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
run() |
Methods inherited from class | Name |
---|---|
class PendingInsertAdapter |
getEntityAccess, getObject, isVetoed, setVetoed |
class PendingOperationAdapter |
addCascadeOperation, addPreOperation, getCascadeOperations, getEntity, getNativeEntry, getNativeKey, getObject, getPreOperations, isVetoed, setExecuted, setVetoed, wasExecuted |
The name of the from property
The name of the to property