Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.dialect.lock Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractSelectLockingStrategyBase LockingStrategy implementation to support implementations based on issuing SQL SELECT statementsClassorg.hibernate.dialect.lockHibernate ORM
LockingStrategyA strategy abstraction for how locks are obtained in the underlying database.Interfaceorg.hibernate.dialect.lockHibernate ORM
LockingStrategyExceptionRepresents an error trying to apply a LockingStrategy to an entitySee Also:Serialized FormClassorg.hibernate.dialect.lockHibernate ORM
OptimisticEntityLockExceptionRepresents an error trying to apply an optimistic LockingStrategy to an entitySee Also:Serialized FormClassorg.hibernate.dialect.lockHibernate ORM
OptimisticForceIncrementLockingStrategyAn optimistic locking strategy that forces an increment of the version (after verifying that version hasn't changed).Classorg.hibernate.dialect.lockHibernate ORM
OptimisticLockingStrategyAn optimistic locking strategy that verifies that the version hasn't changed (prior to transaction commit).Classorg.hibernate.dialect.lockHibernate ORM
PessimisticEntityLockExceptionRepresents an error trying to apply a pessimistic LockingStrategy to an entitySee Also:Serialized FormClassorg.hibernate.dialect.lockHibernate ORM
PessimisticForceIncrementLockingStrategyA pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).Classorg.hibernate.dialect.lockHibernate ORM
PessimisticReadSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.Classorg.hibernate.dialect.lockHibernate ORM
PessimisticReadUpdateLockingStrategyA pessimistic locking strategy where the locks are obtained through update statements.Classorg.hibernate.dialect.lockHibernate ORM
PessimisticWriteSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.Classorg.hibernate.dialect.lockHibernate ORM
PessimisticWriteUpdateLockingStrategyA pessimistic locking strategy where the locks are obtained through update statements.Classorg.hibernate.dialect.lockHibernate ORM
SelectLockingStrategyA locking strategy where the locks are obtained through select statements.Classorg.hibernate.dialect.lockHibernate ORM
UpdateLockingStrategyA locking strategy where the locks are obtained through update statements.Classorg.hibernate.dialect.lockHibernate ORM