public class RelationshipSnapshot extends EntitySnapshot<org.neo4j.graphdb.Relationship> implements org.neo4j.graphdb.Relationship, RelationshipWrapper
EntitySnapshot representing a Relationship.transactionDataContainer, wrapped| Constructor and Description |
|---|
RelationshipSnapshot(org.neo4j.graphdb.Relationship wrapped,
TransactionDataContainer transactionDataContainer)
Construct a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected org.neo4j.graphdb.Relationship |
self() |
protected EntityTransactionData<org.neo4j.graphdb.Relationship> |
transactionData()
Get data about the transaction relevant for the subclass.
|
protected org.neo4j.graphdb.Node |
wrapNode(org.neo4j.graphdb.Node node) |
checkCanBeMutated, getProperty, getPropertyKeys, getWrapped, hasProperty, removeProperty, setPropertyaddLabel, createRelationshipTo, equals, getDegree, getDegree, getDegree, getDegree, getEndNode, getGraphDatabase, getId, getLabels, getRelationships, getRelationships, getRelationships, getRelationships, getRelationships, getRelationshipTypes, getStartNode, getType, hashCode, hasLabel, removeLabel, wrapRelationship, wrapRelationshipsgetAllProperties, getNodes, getOtherNode, getProperties, getProperty, getSingleRelationship, hasRelationship, hasRelationship, hasRelationship, hasRelationship, hasRelationship, isType, node, relationshipclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEndNode, getEndNodeId, getId, getNodes, getOtherNode, getOtherNodeId, getStartNode, getStartNodeId, getType, isTypegetAllProperties, getGraphDatabase, getProperties, getProperty, getProperty, getPropertyKeys, hasProperty, removeProperty, setPropertygetWrappedpublic RelationshipSnapshot(org.neo4j.graphdb.Relationship wrapped,
TransactionDataContainer transactionDataContainer)
wrapped - relationship.transactionDataContainer - transaction data container.protected EntityTransactionData<org.neo4j.graphdb.Relationship> transactionData()
transactionData in class EntitySnapshot<org.neo4j.graphdb.Relationship>protected org.neo4j.graphdb.Relationship self()
self in class BaseEntityWrapper<org.neo4j.graphdb.Relationship>public void delete()
delete in interface org.neo4j.graphdb.Relationshipdelete in class BaseEntityWrapper<org.neo4j.graphdb.Relationship>protected org.neo4j.graphdb.Node wrapNode(org.neo4j.graphdb.Node node)
wrapNode in class BaseEntityWrapper<org.neo4j.graphdb.Relationship>Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.