Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.dialect.lock | |
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Class and Description |
---|
AbstractSelectLockingStrategy
Base
LockingStrategy implementation to support implementations
based on issuing SQL SELECT statements |
LockingStrategy
A strategy abstraction for how locks are obtained in the underlying database.
|
SelectLockingStrategy
A locking strategy where the locks are obtained through select statements.
|
Class and Description |
---|
AbstractSelectLockingStrategy
Base
LockingStrategy implementation to support implementations
based on issuing SQL SELECT statements |
LockingStrategy
A strategy abstraction for how locks are obtained in the underlying database.
|
Class and Description |
---|
LockingStrategy
A strategy abstraction for how locks are obtained in the underlying database.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved