Spring Projects Issues
Spring Projects Issues
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Just as dynamic Querydsl predicates aren't supported with query methods, `Specification` s aren't either. I.e. that's got nothing to do with projections, `Specification` is simply not supported...
**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** commented OK thx for confirming `Specification` s are not working with query methods. I understand this has nothing to do with projections directly, but it does mean you...
**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** commented Would it be an idea to extend the `PagingAndSortingRepository` with a `findAll(Pageable pageable, Class projection)` to make this work? Same for the `JpaSpecificationExecutor` and `QueryDslPredicateExecutor`. That way...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented That indeed is an option but one that ship with the downside of having to touch all these interfaces and implementations. I've been wondering whether we could...
**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** commented (y)
**[this9is3me](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50403)** commented Hi, any updates on this bug? Thank you
**[Ruslan Stelmachenko](https://jira.spring.io/secure/ViewProfile.jspa?name=djxak)** commented > That indeed is an option but one that ship with the downside of having to touch all these interfaces and implementations. Maybe it is worth to...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented What's the purpose of this? The sample implementations look rather artificial and I have a hard time thinking of a real-world use case. So some clarification would...
**[Pedro Robles](https://jira.spring.io/secure/ViewProfile.jspa?name=peter.robles)** commented Hi Oliver, On one of the projects I'm working at this moment, we store bank accounts encrypted on the db. Hibernate allows to implement it through custom...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented The issue is part of an implementation approach for [DATAJPA-565](https://jira.spring.io/browse/DATAJPA-565). We've identified a few issues with it and it seems that we're likely about to pursue an...