PHP 클래스 GraphAware\Neo4j\OGM\Persister\RelationshipPersister

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm

공개 메소드들

메소드 설명
getDeleteRelationshipQuery ( $entityIdA, $entityIdB, RelationshipMetadata $relationship )
getRelationshipQuery ( $entityIdA, RelationshipMetadata $relationship, $entityIdB )

메소드 상세

getDeleteRelationshipQuery() 공개 메소드

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

getRelationshipQuery() 공개 메소드

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