Closed
Description
In accordance to the documentation there should be annotation parameter, called queryLookupStrategy, which indicates the strategy of how exactly spring data will derive queries for methods. It is present in EnableMongoRepositories, also in EnableJpaRepositories. But why there is no such thing in spring data jdbc? It would be helpful.