Module spring.data.neo4j
Class ReactiveNeo4jQueryLookupStrategy
java.lang.Object
org.springframework.data.neo4j.repository.query.ReactiveNeo4jQueryLookupStrategy
- All Implemented Interfaces:
QueryLookupStrategy
@API(status=INTERNAL,
since="6.0")
public final class ReactiveNeo4jQueryLookupStrategy
extends Object
implements QueryLookupStrategy
Lookup strategy for queries. This is the internal api of the
query package.- Since:
- 6.0
- Author:
- Gerrit Meier, Michael J. Simons
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.repository.query.QueryLookupStrategy
QueryLookupStrategy.Key -
Constructor Summary
ConstructorsConstructorDescriptionReactiveNeo4jQueryLookupStrategy(ReactiveNeo4jOperations neo4jOperations, Neo4jMappingContext mappingContext, ValueExpressionDelegate delegate, org.neo4j.cypherdsl.core.renderer.Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionresolveQuery(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, NamedQueries namedQueries)
-
Constructor Details
-
ReactiveNeo4jQueryLookupStrategy
public ReactiveNeo4jQueryLookupStrategy(ReactiveNeo4jOperations neo4jOperations, Neo4jMappingContext mappingContext, ValueExpressionDelegate delegate, org.neo4j.cypherdsl.core.renderer.Configuration configuration)
-
-
Method Details
-
resolveQuery
public RepositoryQuery resolveQuery(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, NamedQueries namedQueries) - Specified by:
resolveQueryin interfaceQueryLookupStrategy
-