Uses of Enum Class
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
Packages that use AbstractSqlAstTranslator.LockStrategy
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 AbstractSqlAstTranslator.LockStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return AbstractSqlAstTranslator.LockStrategyModifier and TypeMethodDescriptionprotected AbstractSqlAstTranslator.LockStrategyOracleSqlAstTranslator.determineLockingStrategy(QuerySpec querySpec, AbstractSqlAstTranslator.ForUpdateClause forUpdateClause, Boolean followOnLocking) protected AbstractSqlAstTranslator.LockStrategySpannerSqlAstTranslator.determineLockingStrategy(QuerySpec querySpec, AbstractSqlAstTranslator.ForUpdateClause forUpdateClause, Boolean followOnLocking) protected AbstractSqlAstTranslator.LockStrategySQLServerSqlAstTranslator.determineLockingStrategy(QuerySpec querySpec, AbstractSqlAstTranslator.ForUpdateClause forUpdateClause, Boolean followOnLocking) protected AbstractSqlAstTranslator.LockStrategySybaseASESqlAstTranslator.determineLockingStrategy(QuerySpec querySpec, AbstractSqlAstTranslator.ForUpdateClause forUpdateClause, Boolean followOnLocking) protected AbstractSqlAstTranslator.LockStrategySybaseSqlAstTranslator.determineLockingStrategy(QuerySpec querySpec, AbstractSqlAstTranslator.ForUpdateClause forUpdateClause, Boolean followOnLocking) -
Uses of AbstractSqlAstTranslator.LockStrategy in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return AbstractSqlAstTranslator.LockStrategyModifier and TypeMethodDescriptionprotected AbstractSqlAstTranslator.LockStrategyAbstractSqlAstTranslator.determineLockingStrategy(QuerySpec querySpec, AbstractSqlAstTranslator.ForUpdateClause forUpdateClause, Boolean followOnLocking) Returns the enum constant of this class with the specified name.AbstractSqlAstTranslator.LockStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.