Uses of Enum Class
org.hibernate.sql.exec.spi.JdbcLockStrategy
Packages that use JdbcLockStrategy
Package
Description
Package defining support for creating and consuming a SQL AST.
SPI for execution of SQL statements via JDBC.
-
Uses of JdbcLockStrategy in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return JdbcLockStrategyModifier and TypeMethodDescriptionprotected JdbcLockStrategy
AbstractSqlAstTranslator.getJdbcLockStrategy()
-
Uses of JdbcLockStrategy in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcLockStrategyModifier and TypeMethodDescriptionJdbcOperationQuerySelect.getLockStrategy()
static JdbcLockStrategy
Returns the enum constant of this class with the specified name.static JdbcLockStrategy[]
JdbcLockStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.sql.exec.spi with parameters of type JdbcLockStrategyModifierConstructorDescriptionJdbcOperationQuerySelect
(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames, int rowsToSkip, int maxRows, Map<JdbcParameter, JdbcParameterBinding> appliedParameters, JdbcLockStrategy jdbcLockStrategy, JdbcParameter offsetParameter, JdbcParameter limitParameter)