Module spring.data.neo4j
Class CypherdslConditionExecutorImpl<T>
java.lang.Object
org.springframework.data.neo4j.repository.query.CypherdslConditionExecutorImpl<T>
- Type Parameters:
T- The returned domain type.
- All Implemented Interfaces:
CypherdslConditionExecutor<T>
@API(status=INTERNAL,
since="6.1")
public final class CypherdslConditionExecutorImpl<T>
extends Object
implements CypherdslConditionExecutor<T>
- Since:
- 6.1
- Author:
- Michael J. Simons
-
Constructor Summary
ConstructorsConstructorDescriptionCypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object> entityInformation, Neo4jOperations neo4jOperations) -
Method Summary
Modifier and TypeMethodDescriptionlongcount(org.neo4j.cypherdsl.core.Condition condition) booleanexists(org.neo4j.cypherdsl.core.Condition condition) findAll(org.neo4j.cypherdsl.core.Condition condition) findAll(org.neo4j.cypherdsl.core.Condition condition, org.neo4j.cypherdsl.core.SortItem... sortItems) findAll(org.neo4j.cypherdsl.core.SortItem... sortItems) findOne(org.neo4j.cypherdsl.core.Condition condition)
-
Constructor Details
-
CypherdslConditionExecutorImpl
public CypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object> entityInformation, Neo4jOperations neo4jOperations)
-
-
Method Details
-
findOne
- Specified by:
findOnein interfaceCypherdslConditionExecutor<T>
-
findAll
- Specified by:
findAllin interfaceCypherdslConditionExecutor<T>
-
findAll
- Specified by:
findAllin interfaceCypherdslConditionExecutor<T>
-
findAll
public Collection<T> findAll(org.neo4j.cypherdsl.core.Condition condition, org.neo4j.cypherdsl.core.SortItem... sortItems) - Specified by:
findAllin interfaceCypherdslConditionExecutor<T>
-
findAll
- Specified by:
findAllin interfaceCypherdslConditionExecutor<T>
-
findAll
- Specified by:
findAllin interfaceCypherdslConditionExecutor<T>
-
count
public long count(org.neo4j.cypherdsl.core.Condition condition) - Specified by:
countin interfaceCypherdslConditionExecutor<T>
-
exists
public boolean exists(org.neo4j.cypherdsl.core.Condition condition) - Specified by:
existsin interfaceCypherdslConditionExecutor<T>
-