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 RowLockStrategyDialect. getLockRowIdentifier(LockMode lockMode)RowLockStrategyDerbyDialect. getReadRowLockStrategy()RowLockStrategyDialect. getReadRowLockStrategy()The row lock strategy to use for read locks.RowLockStrategyAbstractHANADialect. getWriteRowLockStrategy()RowLockStrategyAbstractTransactSQLDialect. getWriteRowLockStrategy()RowLockStrategyCockroachDialect. getWriteRowLockStrategy()RowLockStrategyDerbyDialect. getWriteRowLockStrategy()RowLockStrategyDialect. getWriteRowLockStrategy()The row lock strategy to use for write locks.RowLockStrategyMySQLDialect. getWriteRowLockStrategy()RowLockStrategyOracleDialect. getWriteRowLockStrategy()RowLockStrategyPostgreSQLDialect. getWriteRowLockStrategy()RowLockStrategySybaseASEDialect. getWriteRowLockStrategy()static RowLockStrategyRowLockStrategy. 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 voidAbstractSqlAstTranslator.ForUpdateClause. applyAliases(RowLockStrategy lockIdentifier, TableGroup tableGroup)voidAbstractSqlAstTranslator.ForUpdateClause. applyAliases(RowLockStrategy lockIdentifier, QuerySpec querySpec)
-