Property | Type | Description | |
---|---|---|---|
$classMetadata | |||
$className | string | ||
$entityManager | |||
$lazyLoadingFactory | |||
$loadedReflClasses | ReflectionClass[] | ||
$reflectionClass | ReflectionClass |
Method | Description | |
---|---|---|
__construct ( |
||
findAll ( array $filters = [] ) : object[] | ||
findBy ( string $key, mixed $value, $isId = false ) : object[] | ||
findOneBy ( string $key, mixed $value ) : null | object | ||
findOneById ( $id ) | ||
hydrate ( GraphAware\Common\Result\Record $record, $andCheckAssociations = true, $identifier = 'n', $className = null, $andAddLazyLoad = false, $considerAllLazy = false ) | ||
hydrateRelationshipEntity ( |
||
paginated ( $first, $max, array $order = [] ) | ||
setInversedAssociation ( $baseInstance, $otherInstance, $relationshipKey ) |
Method | Description | |
---|---|---|
nativeQuery ( $query, $parameters, |
Method | Description | |
---|---|---|
getHydrator ( $target ) | ||
getPagination ( array $filters ) | ||
getReflectionClass ( $className ) : ReflectionClass | ||
getTargetFullClassName ( $className ) : string | ||
hydrateNode ( GraphAware\Common\Type\Node $node, $className = null, $andProxy = false ) | ||
hydrateQueryRecord ( |
||
hydrateResultSet ( GraphAware\Common\Result\Result $result ) |
public __construct ( |
||
$classMetadata | ||
$manager | ||
$className | string |
public hydrate ( GraphAware\Common\Result\Record $record, $andCheckAssociations = true, $identifier = 'n', $className = null, $andAddLazyLoad = false, $considerAllLazy = false ) | ||
$record | GraphAware\Common\Result\Record |
public hydrateRelationshipEntity ( |
||
$reMetadata | ||
$reMap | array | |
$startNodeMetadata | ||
$endNodeMetadata | ||
$relationshipEntity |
protected nativeQuery ( $query, $parameters, |
||
$resultMapping |
public setInversedAssociation ( $baseInstance, $otherInstance, $relationshipKey ) |
protected ClassMetadata,GraphAware\Neo4j\OGM\Metadata $classMetadata | ||
return |
protected EntityManager,GraphAware\Neo4j\OGM $entityManager | ||
return |
protected ReflectionClass[] $loadedReflClasses | ||
return | ReflectionClass[] |