T - The returned domain type.@API(status=INTERNAL,
since="6.1")
public final class CypherdslConditionExecutorImpl<T>
extends Object
implements CypherdslConditionExecutor<T>
| Constructor and Description |
|---|
CypherdslConditionExecutorImpl(Neo4jEntityInformation<T,Object> entityInformation,
Neo4jOperations neo4jOperations) |
| Modifier and Type | Method and Description |
|---|---|
long |
count(org.neo4j.cypherdsl.core.Condition condition) |
boolean |
exists(org.neo4j.cypherdsl.core.Condition condition) |
Collection<T> |
findAll(org.neo4j.cypherdsl.core.Condition condition) |
Page<T> |
findAll(org.neo4j.cypherdsl.core.Condition condition,
Pageable pageable) |
Collection<T> |
findAll(org.neo4j.cypherdsl.core.Condition condition,
Sort sort) |
Collection<T> |
findAll(org.neo4j.cypherdsl.core.Condition condition,
org.neo4j.cypherdsl.core.SortItem... sortItems) |
Collection<T> |
findAll(org.neo4j.cypherdsl.core.SortItem... sortItems) |
Optional<T> |
findOne(org.neo4j.cypherdsl.core.Condition condition) |
public CypherdslConditionExecutorImpl(Neo4jEntityInformation<T,Object> entityInformation, Neo4jOperations neo4jOperations)
public Optional<T> findOne(org.neo4j.cypherdsl.core.Condition condition)
findOne in interface CypherdslConditionExecutor<T>public Collection<T> findAll(org.neo4j.cypherdsl.core.Condition condition)
findAll in interface CypherdslConditionExecutor<T>public Collection<T> findAll(org.neo4j.cypherdsl.core.Condition condition, Sort sort)
findAll in interface CypherdslConditionExecutor<T>public Collection<T> findAll(org.neo4j.cypherdsl.core.Condition condition, org.neo4j.cypherdsl.core.SortItem... sortItems)
findAll in interface CypherdslConditionExecutor<T>public Collection<T> findAll(org.neo4j.cypherdsl.core.SortItem... sortItems)
findAll in interface CypherdslConditionExecutor<T>public Page<T> findAll(org.neo4j.cypherdsl.core.Condition condition, Pageable pageable)
findAll in interface CypherdslConditionExecutor<T>public long count(org.neo4j.cypherdsl.core.Condition condition)
count in interface CypherdslConditionExecutor<T>public boolean exists(org.neo4j.cypherdsl.core.Condition condition)
exists in interface CypherdslConditionExecutor<T>Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.