Spring Projects Issues
Spring Projects Issues
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented The invocation of individual methods of the `QueryAugmentor` are hidden behind `QueryAugmentationEngine`. Clients might call `augmentationNeeded(…)` defensively but don't necessarily have to. That's why we double check...
**[ken p](https://jira.spring.io/secure/ViewProfile.jspa?name=predhme)** commented I haven't had the time to pull the aforementioned branch, so forgive me for asking prior to doing so, but will the `JpaRespository#deleteInBatch(Iterable entities)` as well the...
**[Gazal Gaffoor](https://jira.spring.io/secure/[email protected])** commented Any update on this issue? The code for [DATAJPA-307](https://jira.spring.io/browse/DATAJPA-307) is ready, right? Is this issue pending on [DATAMONGO-1151](https://jira.spring.io/browse/DATAMONGO-1151)?
**[François Lecomte](https://jira.spring.io/secure/ViewProfile.jspa?name=flecomte)** commented Hi there. couldn't wait any longer for this to be fixed... so here's my proposal : a Spring Security extension with beans defining ACL strategies ; easy...
**[Terje Strand](https://jira.spring.io/secure/ViewProfile.jspa?name=terjestrand)** commented As an alternative to François suggestion, I have been able to work around this issue by creating a custom implemented base repository class (i.e. use "`@EnableJpaRepositories`(repositoryFactoryBeanClass =...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented The problem unfortunately by far isn't that simple. If it was, we definitely wouldn't have postponed the inclusion of what we already have for so long. Even...
**[François Lecomte](https://jira.spring.io/secure/ViewProfile.jspa?name=flecomte)** commented yeah u r right, my implementation is not fully operational, I agree it can't be shipped that way, and actually it's not the purpose. I already use...
**[Casey Link](https://jira.spring.io/secure/ViewProfile.jspa?name=caseylink)** commented We worked around this in a way similar to `@terjestrand`. We implemented our own base repository implementation from scratch (not relying on `SimpleJpaRepository`). It also implements `QueryDslPredicateExecutor`....
**[Connor Sadler](https://jira.spring.io/secure/ViewProfile.jspa?name=zebsy)** commented Is this still being worked on please? Thanks
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Generally speaking SD REST expects one repository per domain type. You can disambiguate the situation by making one `@Primary`. Would you mind elaborating what's behind the idea...