Uses of Enum Class
org.hibernate.sql.ast.internal.PessimisticLockKind
Packages that use PessimisticLockKind
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of PessimisticLockKind in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type PessimisticLockKindModifier and TypeMethodDescriptionprotected LockingClauseStrategy
Dialect.buildLockingClauseStrategy
(PessimisticLockKind lockKind, RowLockStrategy rowLockStrategy, LockOptions lockOptions) -
Uses of PessimisticLockKind in org.hibernate.sql.ast.internal
Methods in org.hibernate.sql.ast.internal that return PessimisticLockKindModifier and TypeMethodDescriptionstatic PessimisticLockKind
static PessimisticLockKind
Returns the enum constant of this class with the specified name.static PessimisticLockKind[]
PessimisticLockKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.sql.ast.internal with parameters of type PessimisticLockKindModifierConstructorDescriptionStandardLockingClauseStrategy
(Dialect dialect, PessimisticLockKind lockKind, RowLockStrategy rowLockStrategy, LockOptions lockOptions)