public class GraphQueryLookupStrategy extends Object implements QueryLookupStrategy
QueryLookupStrategy.Key| Constructor and Description |
|---|
GraphQueryLookupStrategy(org.neo4j.ogm.session.Session session,
QueryMethodEvaluationContextProvider evaluationContextProvider)
Deprecated.
since 5.1.0, use
GraphQueryLookupStrategy(Session, QueryMethodEvaluationContextProvider, MappingContext)
instead and provide the mapping context. |
GraphQueryLookupStrategy(org.neo4j.ogm.session.Session session,
QueryMethodEvaluationContextProvider evaluationContextProvider,
MappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryQuery |
resolveQuery(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
NamedQueries namedQueries) |
@Deprecated public GraphQueryLookupStrategy(org.neo4j.ogm.session.Session session, QueryMethodEvaluationContextProvider evaluationContextProvider)
GraphQueryLookupStrategy(Session, QueryMethodEvaluationContextProvider, MappingContext)
instead and provide the mapping context.session - evaluationContextProvider - public GraphQueryLookupStrategy(org.neo4j.ogm.session.Session session,
QueryMethodEvaluationContextProvider evaluationContextProvider,
@Nullable
MappingContext<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> mappingContext)
public RepositoryQuery resolveQuery(Method method, RepositoryMetadata metadata, ProjectionFactory factory, NamedQueries namedQueries)
resolveQuery in interface QueryLookupStrategyCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.