public class IgnitePessimisticReadLockingStrategy extends Object implements LockingStrategy
| Constructor and Description |
|---|
IgnitePessimisticReadLockingStrategy(Lockable lockable,
LockMode lockMode,
org.hibernate.ogm.datastore.ignite.impl.IgniteDatastoreProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
lock(Serializable id,
Object version,
Object object,
int timeout,
SharedSessionContractImplementor session) |
public IgnitePessimisticReadLockingStrategy(Lockable lockable, LockMode lockMode, org.hibernate.ogm.datastore.ignite.impl.IgniteDatastoreProvider provider)
public void lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session) throws StaleObjectStateException, LockingStrategyException
lock in interface LockingStrategyStaleObjectStateExceptionLockingStrategyExceptionCopyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.