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 aRowLockStrategyfor the givenLockMode.Dialect.getReadRowLockStrategy()The row lock strategy to use for read locks.AbstractTransactSQLDialect.getWriteRowLockStrategy()CockroachDialect.getWriteRowLockStrategy()Dialect.getWriteRowLockStrategy()The row lock strategy to use for write locks.HANADialect.getWriteRowLockStrategy()MySQLDialect.getWriteRowLockStrategy()OracleDialect.getWriteRowLockStrategy()PostgreSQLDialect.getWriteRowLockStrategy()static RowLockStrategyReturns 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 TypeMethodDescriptionvoidAbstractSqlAstTranslator.ForUpdateClause.applyAliases(RowLockStrategy lockIdentifier, TableGroup tableGroup) voidAbstractSqlAstTranslator.ForUpdateClause.applyAliases(RowLockStrategy lockIdentifier, QuerySpec querySpec)