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 © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved