Uses of Package
org.hibernate.dialect.lock
Packages that use org.hibernate.dialect.lock
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect-specific locking strategies.This package abstracts persistence mechanisms for entities.
-
Classes in org.hibernate.dialect.lock used by org.hibernate.dialectClassDescriptionA strategy abstraction for how locks are obtained in the underlying database.Indicates how a dialect supports acquiring pessimistic locks as part of a
SELECTstatement. -
Classes in org.hibernate.dialect.lock used by org.hibernate.dialect.lockClassDescriptionCommon implementation of
PessimisticReadUpdateLockingStrategyandPessimisticWriteUpdateLockingStrategy.BaseLockingStrategyimplementation to support implementations based on issuing SQLSELECTstatements.A strategy abstraction for how locks are obtained in the underlying database.Represents an error trying to apply aLockingStrategyto an entityIndicates how a dialect supports acquiring pessimistic locks as part of aSELECTstatement. -
Classes in org.hibernate.dialect.lock used by org.hibernate.dialect.lock.spiClassDescriptionIndicates how a dialect supports acquiring pessimistic locks as part of a
SELECTstatement. -
Classes in org.hibernate.dialect.lock used by org.hibernate.persister.entityClassDescriptionA strategy abstraction for how locks are obtained in the underlying database.