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