Uses of Interface
org.hibernate.persister.entity.Lockable
Packages that use Lockable
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.
-
Uses of Lockable in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type LockableModifier and TypeMethodDescriptionDialect.getLockingStrategy(Lockable lockable, LockMode lockMode) ALockingStrategywhich is able to acquire a database-level lock with the specified level.DialectDelegateWrapper.getLockingStrategy(Lockable lockable, LockMode lockMode) SpannerDialect.getLockingStrategy(Lockable lockable, LockMode lockMode) -
Uses of Lockable in org.hibernate.dialect.lock
Methods in org.hibernate.dialect.lock that return LockableConstructors in org.hibernate.dialect.lock with parameters of type LockableModifierConstructorDescriptionprotectedAbstractSelectLockingStrategy(Lockable lockable, LockMode lockMode) OptimisticForceIncrementLockingStrategy(Lockable lockable, LockMode lockMode) Construct locking strategy.OptimisticLockingStrategy(Lockable lockable, LockMode lockMode) Construct locking strategy.PessimisticForceIncrementLockingStrategy(Lockable lockable, LockMode lockMode) Construct locking strategy.PessimisticReadSelectLockingStrategy(Lockable lockable, LockMode lockMode) Construct a locking strategy based on SQL SELECT statements.PessimisticReadUpdateLockingStrategy(Lockable lockable, LockMode lockMode) Construct a locking strategy based on SQL UPDATE statements.PessimisticWriteSelectLockingStrategy(Lockable lockable, LockMode lockMode) Construct a locking strategy based on SQL SELECT statements.PessimisticWriteUpdateLockingStrategy(Lockable lockable, LockMode lockMode) Construct a locking strategy based on SQL UPDATE statements.SelectLockingStrategy(Lockable lockable, LockMode lockMode) Construct a locking strategy based on SQL SELECT statements.UpdateLockingStrategy(Lockable lockable, LockMode lockMode) Construct a locking strategy based on SQL UPDATE statements. -
Uses of Lockable in org.hibernate.persister.entity
Subinterfaces of Lockable in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesClasses in org.hibernate.persister.entity that implement LockableModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.