Interface ReactiveCypherdslConditionExecutor<T>
- Type Parameters:
T
- Type of the domain
- All Known Implementing Classes:
ReactiveCypherdslConditionExecutorImpl
@API(status=STABLE,
since="6.3.3")
public interface ReactiveCypherdslConditionExecutor<T>
An interface that can be added to any repository so that queries can be enriched by
conditions
of the
Cypher-DSL. This interface behaves the same as the ReactiveQuerydslPredicateExecutor
.- Since:
- 6.3.3
- Author:
- Niklas Krieger, Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptioncount
(org.neo4j.cypherdsl.core.Condition condition) exists
(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)
-
Method Details
-
findOne
-
findAll
-
findAll
-
findAll
-
findAll
-
count
-
exists
-