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