| in hibernate-core/src/main/java/org/hibernate/dialect/lock/ we have strategies that could be refactored (PessimisticReadUpdateLockingStrategy, PessimisticWriteUpdateLockingStrategy and updateLockingStrategy) since they are juste code duplicate for the Locking method |