Uses of Enum Class
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
Packages that use AbstractSqlAstTranslator.LockStrategy
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.Package defining support for creating and consuming a SQL AST.
-
Uses of AbstractSqlAstTranslator.LockStrategy in org.hibernate.dialect.sql.ast
Methods in org.hibernate.dialect.sql.ast 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.