Skip to content

Commit

Permalink
Adapted latest changes from Spring Data commons regarding QueryLookup…
Browse files Browse the repository at this point in the history
…Strategy.
  • Loading branch information
odrotbohm committed Mar 1, 2011
1 parent d2226b3 commit 05d681e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -67,7 +67,8 @@ public AbstractQueryLookupStrategy(EntityManager em,
* org.springframework.data.jpa.repository.query.QueryLookupStrategy
* #resolveQuery(org.springframework.data.repository.query.QueryMethod)
*/
public final RepositoryQuery resolveQuery(Method method) {
public final RepositoryQuery resolveQuery(Method method,
Class<?> domainClass) {

return resolveQuery(new JpaQueryMethod(method, provider, em), em);
}
Expand Down

0 comments on commit 05d681e

Please sign in to comment.