PHP Class GraphAware\Neo4j\OGM\Persister\RelationshipPersister

Afficher le fichier Open project: graphaware/neo4j-php-ogm

Méthodes publiques

Méthode Description
getDeleteRelationshipQuery ( $entityIdA, $entityIdB, RelationshipMetadata $relationship )
getRelationshipQuery ( $entityIdA, RelationshipMetadata $relationship, $entityIdB )

Method Details

getDeleteRelationshipQuery() public méthode

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

getRelationshipQuery() public méthode

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