Uses of Package
org.hibernate.dialect.lock
-
Packages that use org.hibernate.dialect.lock Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.lock Support forDialect
-specific locking strategies.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
Classes in org.hibernate.dialect.lock used by org.hibernate.dialect Class Description LockingStrategy A strategy abstraction for how locks are obtained in the underlying database. -
Classes in org.hibernate.dialect.lock used by org.hibernate.dialect.lock Class Description AbstractSelectLockingStrategy BaseLockingStrategy
implementation to support implementations based on issuing SQLSELECT
statements.LockingStrategy A strategy abstraction for how locks are obtained in the underlying database.LockingStrategyException Represents an error trying to apply aLockingStrategy
to an entity -
Classes in org.hibernate.dialect.lock used by org.hibernate.persister.entity Class Description LockingStrategy A strategy abstraction for how locks are obtained in the underlying database.