PHP Class GraphAware\Neo4j\OGM\Persister\RelationshipPersister

Show file Open project: graphaware/neo4j-php-ogm

Public Methods

Method Description
getDeleteRelationshipQuery ( $entityIdA, $entityIdB, RelationshipMetadata $relationship )
getRelationshipQuery ( $entityIdA, RelationshipMetadata $relationship, $entityIdB )

Method Details

getDeleteRelationshipQuery() public method

public getDeleteRelationshipQuery ( $entityIdA, $entityIdB, RelationshipMetadata $relationship )
$relationship GraphAware\Neo4j\OGM\Metadata\RelationshipMetadata

getRelationshipQuery() public method

public getRelationshipQuery ( $entityIdA, RelationshipMetadata $relationship, $entityIdB )
$relationship GraphAware\Neo4j\OGM\Metadata\RelationshipMetadata