| 1. |
How Do You Use Pessimist Looking In A Domain Class? |
|
Answer» Call ".lock()" METHOD on domain instance. Example. def airport = Airport.get(10) Call ".lock()" method on domain instance. Example. def airport = Airport.get(10) |
|