Uses of Interface
org.hibernate.sql.ast.spi.LockingClauseStrategy
Packages that use LockingClauseStrategy
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Package defining support for creating and consuming a SQL AST.
-
Uses of LockingClauseStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return LockingClauseStrategyModifier and TypeMethodDescriptionprotected LockingClauseStrategy
Dialect.buildLockingClauseStrategy
(org.hibernate.sql.ast.internal.PessimisticLockKind lockKind, RowLockStrategy rowLockStrategy, LockOptions lockOptions) AbstractTransactSQLDialect.getLockingClauseStrategy
(QuerySpec querySpec, LockOptions lockOptions) Dialect.getLockingClauseStrategy
(QuerySpec querySpec, LockOptions lockOptions) Strategy for handling locking clause as part of SqlAstTranslator.HSQLDialect.getLockingClauseStrategy
(QuerySpec querySpec, LockOptions lockOptions) SpannerDialect.getLockingClauseStrategy
(QuerySpec querySpec, LockOptions lockOptions) -
Uses of LockingClauseStrategy in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return LockingClauseStrategyModifier and TypeMethodDescriptionprotected LockingClauseStrategy
AbstractSqlAstTranslator.getLockingClauseStrategy()