public interface QueryLookupStrategy
RepositoryQuery
s.Modifier and Type | Interface and Description |
---|---|
static class |
QueryLookupStrategy.Key |
Modifier and Type | Method and Description |
---|---|
RepositoryQuery |
resolveQuery(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
NamedQueries namedQueries)
Resolves a
RepositoryQuery from the given QueryMethod that can be executed afterwards. |
RepositoryQuery resolveQuery(Method method, RepositoryMetadata metadata, ProjectionFactory factory, NamedQueries namedQueries)
RepositoryQuery
from the given QueryMethod
that can be executed afterwards.method
- will never be null.metadata
- will never be null.factory
- will never be null.namedQueries
- will never be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.