Hey,
i discovered a behavior of ebean, that i want to deactivate:
see
https://github.com/ebean-orm/avaje-ebeanorm/issues/26Generally i propose this should be deactivated as default for Play. IMHO this feature can produce some headache for the devs :P
Accessing a simple getter or field of a many relation will set this to an empty collection and within a partial stateless update will this cause a deletion of all relations.
So i tried to deactivate this Ebean Agent enhancement feature, but i failed.
Currently it isn't configurable and i also tried to override or change the PlayCommands.PostCompile() actions of play...
Anyone got a idea how i can workaround this?