Uses of Class
org.hibernate.dialect.RowLockStrategy
-
Packages that use RowLockStrategy Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL AST -
-
Uses of RowLockStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return RowLockStrategy Modifier and Type Method Description RowLockStrategy
Dialect. getLockRowIdentifier(LockMode lockMode)
RowLockStrategy
DerbyDialect. getReadRowLockStrategy()
RowLockStrategy
Dialect. getReadRowLockStrategy()
The row lock strategy to use for read locks.RowLockStrategy
AbstractHANADialect. getWriteRowLockStrategy()
RowLockStrategy
AbstractTransactSQLDialect. getWriteRowLockStrategy()
RowLockStrategy
CockroachDialect. getWriteRowLockStrategy()
RowLockStrategy
DerbyDialect. getWriteRowLockStrategy()
RowLockStrategy
Dialect. getWriteRowLockStrategy()
The row lock strategy to use for write locks.RowLockStrategy
MySQLDialect. getWriteRowLockStrategy()
RowLockStrategy
OracleDialect. getWriteRowLockStrategy()
RowLockStrategy
PostgreSQLDialect. getWriteRowLockStrategy()
RowLockStrategy
SybaseASEDialect. getWriteRowLockStrategy()
static RowLockStrategy
RowLockStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static RowLockStrategy[]
RowLockStrategy. values()
Returns an array containing the constants of this enum type, 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 RowLockStrategy Modifier and Type Method Description void
AbstractSqlAstTranslator.ForUpdateClause. applyAliases(RowLockStrategy lockIdentifier, TableGroup tableGroup)
void
AbstractSqlAstTranslator.ForUpdateClause. applyAliases(RowLockStrategy lockIdentifier, QuerySpec querySpec)
-