Spring Projects Issues
Spring Projects Issues
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.
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...
**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** commented I'm not sure we would want to change the FieldSet interface so radically (removing all the primitive accessors), but adding new methods is probably something that could...
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...
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...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented `@Modifying` is only supported on actual query methods, not on manually implemented ones. I also think it doesn't make sense to enable that for manually defined methods...
**[Сергей Цыпанов](https://jira.spring.io/secure/ViewProfile.jspa?name=stsypanov)** commented [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) there are some problems with explicit `getSession().flush()`: - in several years no one would remember what was the purpose of the manual flush in RepoImpl...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented > in several years no one would remember what was the purpose of the manual flush in RepoImpl methods of the project > How is that different...
**[Сергей Цыпанов](https://jira.spring.io/secure/ViewProfile.jspa?name=stsypanov)** commented Why cannot we make `@Modifying` applicable for methods declared in RepoImpl?
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Because it's evaluation is tied to the code that's executing query methods and a custom method implementation is not a query method. Also – as indicated before...