Uses of Enum Class
org.hibernate.dialect.lock.PessimisticLockStyle
Packages that use PessimisticLockStyle
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect-specific locking strategies.-
Uses of PessimisticLockStyle in org.hibernate.dialect
Methods in org.hibernate.dialect that return PessimisticLockStyleModifier and TypeMethodDescriptionDialect.getPessimisticLockStyle()Deprecated.Use LockingSupport.Metadata.getPessimisticLockStyle() instead. -
Uses of PessimisticLockStyle in org.hibernate.dialect.lock
Subclasses with type arguments of type PessimisticLockStyle in org.hibernate.dialect.lockModifier and TypeClassDescriptionenumIndicates how a dialect supports acquiring pessimistic locks as part of aSELECTstatement.Methods in org.hibernate.dialect.lock that return PessimisticLockStyleModifier and TypeMethodDescriptionstatic PessimisticLockStyleReturns the enum constant of this class with the specified name.static PessimisticLockStyle[]PessimisticLockStyle.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PessimisticLockStyle in org.hibernate.dialect.lock.spi
Methods in org.hibernate.dialect.lock.spi that return PessimisticLockStyleModifier and TypeMethodDescriptiondefault PessimisticLockStyleLockingSupport.Metadata.getPessimisticLockStyle()The PessimisticLockStyle supported by this Dialect.