Class ReactiveCypherdslConditionExecutorImpl<T>
java.lang.Object
org.springframework.data.neo4j.repository.query.ReactiveCypherdslConditionExecutorImpl<T>
- Type Parameters:
T- The returned domain type.
- All Implemented Interfaces:
ReactiveCypherdslConditionExecutor<T>
@API(status=INTERNAL,
since="6.3.3")
public final class ReactiveCypherdslConditionExecutorImpl<T>
extends Object
implements ReactiveCypherdslConditionExecutor<T>
- Since:
- 6.3.3
- Author:
- Niklas Krieger, Michael J. Simons
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object> entityInformation, ReactiveNeo4jOperations neo4jOperations) -
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)
-
Constructor Details
-
ReactiveCypherdslConditionExecutorImpl
public ReactiveCypherdslConditionExecutorImpl(Neo4jEntityInformation<T, Object> entityInformation, ReactiveNeo4jOperations neo4jOperations)
-
-
Method Details
-
findOne
- Specified by:
findOnein interfaceReactiveCypherdslConditionExecutor<T>
-
findAll
- Specified by:
findAllin interfaceReactiveCypherdslConditionExecutor<T>
-
findAll
- Specified by:
findAllin interfaceReactiveCypherdslConditionExecutor<T>
-
findAll
public Flux<T> findAll(org.neo4j.cypherdsl.core.Condition condition, org.neo4j.cypherdsl.core.SortItem... sortItems) - Specified by:
findAllin interfaceReactiveCypherdslConditionExecutor<T>
-
findAll
- Specified by:
findAllin interfaceReactiveCypherdslConditionExecutor<T>
-
count
- Specified by:
countin interfaceReactiveCypherdslConditionExecutor<T>
-
exists
- Specified by:
existsin interfaceReactiveCypherdslConditionExecutor<T>
-