Module spring.data.neo4j
Interface ReactiveFluentFindOperation.ExecutableFind<T>
- Type Parameters:
T- returned type
- All Superinterfaces:
ReactiveFluentFindOperation.FindWithProjection<T>,ReactiveFluentFindOperation.FindWithQuery<T>,ReactiveFluentFindOperation.TerminatingFindWithoutQuery<T>
- Enclosing interface:
- ReactiveFluentFindOperation
public static interface ReactiveFluentFindOperation.ExecutableFind<T>
extends ReactiveFluentFindOperation.FindWithProjection<T>
Entry point for creating executable find operations.
-
Method Summary
Methods inherited from interface org.springframework.data.neo4j.core.ReactiveFluentFindOperation.FindWithProjection
asMethods inherited from interface org.springframework.data.neo4j.core.ReactiveFluentFindOperation.FindWithQuery
matching, matching, matching, matching, matchingMethods inherited from interface org.springframework.data.neo4j.core.ReactiveFluentFindOperation.TerminatingFindWithoutQuery
all