Roland Praml
Roland Praml
That depends on which side you look at it from: - do the developer want to overwrite the generated propertes (and ebean shouldn't set them back) - or should NOT...
Generated properties are updated during save, so it is possible to modify it at nearly any time (you might not change it in a persist callback or in an other...
> Why do we want Report to be a ebean bean and not a pojo 1. We ofen use the Ebean-Properties to manipulate values. Our application supports "custom expressions", so...
PR updated, resolved merge conflicts
This is part of #2937 and might be merged separately
Hello @rob-bygrave I've fixed the breaking API here https://github.com/ebean-orm/ebean/pull/3041/commits/723c73e3d9cc6c2f489f6db4db336314bb272430 FYI: I also changed the default of "skipClean" to true [here](https://github.com/ebean-orm/ebean/pull/3041/commits/93128d9eb70271ab68c6b2d34b3f04c1d94f13e6), as it makes no sense to check clean properties against...
@rbygrave I've updated this PR. The check is now perfomed in the setIntercept/getIntercept code paths, but is more strict: **non inherited beans** - The property must always be fetched from...
@rbygrave I review all my open PRs. This PR is a small one and IMHO ready to review and merge.
This seems to be buggy, please do not merge, yet.
We tested this a whil in our production code. It works with https://github.com/ebean-orm/ebean/pull/2945/commits/a7e07ae2c9edcde73601df550956bd35ddffb932