Package | Description |
---|---|
org.hibernate.dialect.lock |
Support for Dialect-specific locking strategies
|
Modifier and Type | Class and Description |
---|---|
class |
PessimisticReadSelectLockingStrategy
A pessimistic locking strategy where the locks are obtained through select statements.
|
class |
PessimisticWriteSelectLockingStrategy
A pessimistic locking strategy where the locks are obtained through select statements.
|
class |
SelectLockingStrategy
A locking strategy where the locks are obtained through select statements.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.