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 JdbcLockStrategyAbstractSqlAstTranslator.getJdbcLockStrategy() -
Uses of JdbcLockStrategy in org.hibernate.sql.exec.spi
Subclasses with type arguments of type JdbcLockStrategy in org.hibernate.sql.exec.spiModifier and TypeClassDescriptionenumThe strategy to use for applying locks to aJdbcOperationQuerySelect.Methods in org.hibernate.sql.exec.spi that return JdbcLockStrategyModifier and TypeMethodDescriptionJdbcSelect.getLockStrategy()static JdbcLockStrategyReturns 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.