After some more digging it would seem the default factory that builds repository interfaces picked up from the package scan in <repositories base-package="foo.bar"> only handles querydsl or standard...
Type: Posts; User: Jonny; Keyword(s):
After some more digging it would seem the default factory that builds repository interfaces picked up from the package scan in <repositories base-package="foo.bar"> only handles querydsl or standard...
I'm playing with a branch of an existing web application that uses spring data repositories on spring data 1.1.0.RELEASE. The repo's extend QueryDslPredicateExecutor and JpaRepository to provide...