Feature description
Correct use of concurrency in an RDBMS often requires the use of SELECT ... FOR UPDATE but Micronaut makes doing the right thing less convenient than it should be. The default set of methods in CrudRepository should expose a method that locks the row.