Uses of Enum Class
org.hibernate.dialect.RowLockStrategy
Packages that use RowLockStrategy
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 RowLockStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return RowLockStrategyModifier and TypeMethodDescriptionDialect.getLockRowIdentifier
(LockMode lockMode) Obtain aRowLockStrategy
for the givenLockMode
.DialectDelegateWrapper.getLockRowIdentifier
(LockMode lockMode) Dialect.getReadRowLockStrategy()
The row lock strategy to use for read locks.DialectDelegateWrapper.getReadRowLockStrategy()
AbstractTransactSQLDialect.getWriteRowLockStrategy()
CockroachDialect.getWriteRowLockStrategy()
Dialect.getWriteRowLockStrategy()
The row lock strategy to use for write locks.DialectDelegateWrapper.getWriteRowLockStrategy()
HANADialect.getWriteRowLockStrategy()
MySQLDialect.getWriteRowLockStrategy()
OracleDialect.getWriteRowLockStrategy()
PostgreSQLDialect.getWriteRowLockStrategy()
static RowLockStrategy
Returns the enum constant of this class with the specified name.static RowLockStrategy[]
RowLockStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RowLockStrategy in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type RowLockStrategyModifier and TypeMethodDescriptionvoid
AbstractSqlAstTranslator.ForUpdateClause.applyAliases
(RowLockStrategy lockIdentifier, TableGroup tableGroup) void
AbstractSqlAstTranslator.ForUpdateClause.applyAliases
(RowLockStrategy lockIdentifier, QuerySpec querySpec)