|
|||||||||
| Home >> All >> org >> hibernate >> dialect >> [ lock overview ] | PREV NEXT | ||||||||
G
- generateLockString() - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
- generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
- getLockMode() - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
- getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
L
- LockingStrategy - interface org.hibernate.dialect.lock.LockingStrategy.
- A strategy abstraction for how locks are obtained in the underlying database.
- lock(Serializable, Object, Object, SessionImplementor) - Method in interface org.hibernate.dialect.lock.LockingStrategy
- Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
- lock(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
- lock(Serializable, Object, Object, SessionImplementor) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
- lockMode - Variable in class org.hibernate.dialect.lock.SelectLockingStrategy
- lockMode - Variable in class org.hibernate.dialect.lock.UpdateLockingStrategy
- lockable - Variable in class org.hibernate.dialect.lock.SelectLockingStrategy
- lockable - Variable in class org.hibernate.dialect.lock.UpdateLockingStrategy
- log - Static variable in class org.hibernate.dialect.lock.UpdateLockingStrategy
O
- org.hibernate.dialect.lock - package org.hibernate.dialect.lock
S
- SelectLockingStrategy - class org.hibernate.dialect.lock.SelectLockingStrategy.
- A locking strategy where the locks are obtained through select statements.
- SelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
- Construct a locking strategy based on SQL SELECT statements.
- sql - Variable in class org.hibernate.dialect.lock.SelectLockingStrategy
- sql - Variable in class org.hibernate.dialect.lock.UpdateLockingStrategy
U
- UpdateLockingStrategy - class org.hibernate.dialect.lock.UpdateLockingStrategy.
- A locking strategy where the locks are obtained through update statements.
- UpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.UpdateLockingStrategy
- Construct a locking strategy based on SQL UPDATE statements.
G L O S U
|
|||||||||
| Home >> All >> org >> hibernate >> dialect >> [ lock overview ] | PREV NEXT | ||||||||