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 |
| Fields inherited from class | Fields |
|---|---|
class PendingOperationAdapter |
entity, executed, nativeEntry, nativeKey |
| Constructor and description |
|---|
RelationshipPendingInsert
(EntityAccess parent, Association association, java.util.Collection<java.io.Serializable> pendingInserts, org.grails.datastore.gorm.neo4j.Neo4jSession session, boolean isUpdate) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
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 |
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() |
The name of the from property
The name of the to property