USE_UPDATE_LOCK_PROPERTY The system property that selects whether SELECT FOR UPDATE should be used
to fetch objects when the transaction isolation level is READ COMMITTED
or lower.
final public static String USE_UPDATE_LOCK_PROPERTY(Code)
The system property that selects whether SELECT FOR UPDATE should be used
to fetch objects when the transaction isolation level is READ COMMITTED
or lower. This is the string "com.triactive.jdo.useUpdateLock".