Hi
I understand Jmix 2.0 is using the Jakarta persistence lock mechanism directly. My question is, if I am not explicitly mentioning any lock mode in my data manager, in the following scenarios, what will be the locking mode used by default if none of the lock modes is used?
- when the list of entities opened in a list screen, e.g. list of sales orders
- when an entity is opened to edit in the detail screen e.g. salesOrder no. 20
- when the collection of customers is loaded in salesOrder detail screen
- when a collection of products is loaded in a controller or Spring Bean.