Uses of Class
org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
-
Packages that use AbstractSqlAstTranslator.LockStrategy 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 AbstractSqlAstTranslator.LockStrategy in org.hibernate.dialect
-
Uses of AbstractSqlAstTranslator.LockStrategy in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return AbstractSqlAstTranslator.LockStrategy Modifier and Type Method Description protected AbstractSqlAstTranslator.LockStrategy
AbstractSqlAstTranslator. determineLockingStrategy(QuerySpec querySpec, AbstractSqlAstTranslator.ForUpdateClause forUpdateClause, Boolean followOnLocking)
static AbstractSqlAstTranslator.LockStrategy
AbstractSqlAstTranslator.LockStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractSqlAstTranslator.LockStrategy[]
AbstractSqlAstTranslator.LockStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-