org.springframework.data.repository.query
Interface QueryLookupStrategy
public interface QueryLookupStrategy
Strategy interface for which way to lookup RepositoryQuery
s.
- Author:
- Oliver Gierke
resolveQuery
RepositoryQuery resolveQuery(java.lang.reflect.Method method,
RepositoryMetadata metadata,
NamedQueries namedQueries)
- Resolves a
RepositoryQuery
from the given QueryMethod
that can be executed afterwards.
- Parameters:
method
- metadata
- namedQueries
-
- Returns:
Copyright © 2012. All Rights Reserved.