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.
-
Classes in org.hibernate.dialect.lock used by org.hibernate.dialect.lockClassDescriptionBase
LockingStrategy
implementation to support implementations based on issuing SQLSELECT
statements.A strategy abstraction for how locks are obtained in the underlying database.Represents an error trying to apply aLockingStrategy
to an entity -
Classes in org.hibernate.dialect.lock used by org.hibernate.persister.entityClassDescriptionA strategy abstraction for how locks are obtained in the underlying database.