Uses of Class
org.hibernate.sql.exec.spi.JdbcLockStrategy
-
Packages that use JdbcLockStrategy Package Description org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.exec.spi 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 JdbcLockStrategy Modifier and Type Method Description protected JdbcLockStrategy
AbstractSqlAstTranslator. getJdbcLockStrategy()
-
Uses of JdbcLockStrategy in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcLockStrategy Modifier and Type Method Description JdbcLockStrategy
JdbcOperationQuerySelect. getLockStrategy()
static JdbcLockStrategy
JdbcLockStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static JdbcLockStrategy[]
JdbcLockStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.sql.exec.spi with parameters of type JdbcLockStrategy Constructor Description JdbcOperationQuerySelect(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames, int rowsToSkip, int maxRows, Map<JdbcParameter,JdbcParameterBinding> appliedParameters, JdbcLockStrategy jdbcLockStrategy, JdbcParameter offsetParameter, JdbcParameter limitParameter)
JdbcOperationQuerySelect(String sql, List<JdbcParameterBinder> parameterBinders, JdbcValuesMappingProducer jdbcValuesMappingProducer, Set<String> affectedTableNames, Set<FilterJdbcParameter> filterJdbcParameters, int rowsToSkip, int maxRows, Map<JdbcParameter,JdbcParameterBinding> appliedParameters, JdbcLockStrategy jdbcLockStrategy, JdbcParameter offsetParameter, JdbcParameter limitParameter)
Deprecated.filterJdbcParameters
is no longer used
-