| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.dialect.lock |
| Modifier and Type | Class and Description |
|---|---|
static class |
HSQLDialect.ReadUncommittedLockingStrategy |
| 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 © 2012 JBoss by Red Hat. All Rights Reserved.