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 a 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)Obtain aRowLockStrategyfor the givenLockMode.RowLockStrategyDialectDelegateWrapper. getLockRowIdentifier(LockMode lockMode)RowLockStrategyDerbyDialect. getReadRowLockStrategy()RowLockStrategyDialect. getReadRowLockStrategy()The row lock strategy to use for read locks.RowLockStrategyDialectDelegateWrapper. getReadRowLockStrategy()RowLockStrategyAbstractHANADialect. getWriteRowLockStrategy()Deprecated, for removal: This API element is subject to removal in a future version.RowLockStrategyAbstractTransactSQLDialect. getWriteRowLockStrategy()RowLockStrategyCockroachDialect. getWriteRowLockStrategy()RowLockStrategyDialect. getWriteRowLockStrategy()The row lock strategy to use for write locks.RowLockStrategyDialectDelegateWrapper. getWriteRowLockStrategy()RowLockStrategyMySQLDialect. getWriteRowLockStrategy()RowLockStrategyOracleDialect. getWriteRowLockStrategy()RowLockStrategyPostgreSQLDialect. 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)
-