Spring Projects Issues
Spring Projects Issues
**[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch)** commented [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) - A few concrete use cases we had were: * Allowing Spring Security to clear out or post process sensitive values (quite similar to what...
**[Robin Jonsson](https://jira.spring.io/secure/ViewProfile.jspa?name=robzinade)** commented Bumping & Voting for this. I can imagen a lot of use cases for an interceptor on a repository level. I think this would be a really...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented This seems to be a Spring Framework issue. Could you please create an issue there: https://github.com/spring-projects/spring-framework/issues They are already looking into it, but creating an issue there...
**[Ihor Herasymenko](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50559)** commented [Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder) done! https://github.com/spring-projects/spring-framework/issues/25926
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** commented Thanks. Closing this issue. Progress will be tracked by the Github issue created
**[Ihor Herasymenko](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50559)** commented [Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder) the Spring Core team advised that the issue is in turn in a Spring Data issue. Please see the explanation provided by [Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen) [here](https://github.com/spring-projects/spring-framework/issues/25926#issuecomment-713000712)
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented To quote the relevant parts from the original ticket, Sam suggested the following: > The Spring Data JPA team should consider fixing this. We can foresee at...
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** commented The performance difference of `findById` is caused by the transactional nature of `SimpleJpaRepository` wrapping the actual invocation into transactional boundaries. The declarded derived finder method `findByIdIs` does...