|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryLookupStrategy
Strategy interface for which way to lookup RepositoryQuery
s.
Nested Class Summary | |
---|---|
static class |
QueryLookupStrategy.Key
|
Method Summary | |
---|---|
RepositoryQuery |
resolveQuery(Method method,
RepositoryMetadata metadata,
NamedQueries namedQueries)
Resolves a RepositoryQuery from the given QueryMethod that can be executed afterwards. |
Method Detail |
---|
RepositoryQuery resolveQuery(Method method, RepositoryMetadata metadata, NamedQueries namedQueries)
RepositoryQuery
from the given QueryMethod
that can be executed afterwards.
method
- metadata
- namedQueries
-
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |