- I have read grants on a table from another schema,
- I also have write grants on the version column of this table.
Now my question is:
I want to map this table to a JPA Entity,
given this configuration
Would JPA be ok when using optimistic locking (LockModeType.OPTIMICTIC_FORCE_INCREMENT
),
I mean would JPA
have any truble with having write grants only to the version column ?