Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.dialect.lock |
Support for Dialect-specific locking strategies
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Class and Description |
---|
LockingStrategyException
Represents an error trying to apply a
LockingStrategy to an entity |
OptimisticEntityLockException
Represents an error trying to apply an optimistic
LockingStrategy to an entity |
Class and Description |
---|
LockingStrategy
A strategy abstraction for how locks are obtained in the underlying database.
|
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.
|
LockingStrategyException
Represents an error trying to apply a
LockingStrategy to an entity |
Class and Description |
---|
LockingStrategy
A strategy abstraction for how locks are obtained in the underlying database.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.