Mike Hearn
Mike Hearn
It looks like it's using this library that makes intercepting and rewriting calls into the driver easy: https://jdbc-observations.github.io/datasource-proxy/docs/current/user-guide/#about I can try that. Is there a way to avoid collisions with...
An alternative to annotations would be a new prefix, e.g. `maybeUpdateFooById` (
You mean changing the default for all find* methods? That would be a interesting feature. Maybe I'm just a power user but I kinda like to control locking individually, though....
Well any save or update method already takes locks, they can't be avoided. In many cases software just isn't correct if not using `find...ForUpdate` especially when working with entity objects...
Thanks, that's very helpful!