Package | Description |
---|---|
org.hibernate.dialect.lock |
Support for Dialect-specific locking strategies
|
Modifier and Type | Method and Description |
---|---|
void |
LockingStrategy.lock(java.io.Serializable id,
java.lang.Object version,
java.lang.Object object,
int timeout,
SharedSessionContractImplementor session)
Acquire an appropriate type of lock on the underlying data that will
endure until the end of the current transaction.
|
void |
UpdateLockingStrategy.lock(java.io.Serializable id,
java.lang.Object version,
java.lang.Object object,
int timeout,
SharedSessionContractImplementor session) |
void |
SelectLockingStrategy.lock(java.io.Serializable id,
java.lang.Object version,
java.lang.Object object,
int timeout,
SharedSessionContractImplementor session) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.