Uses of Enum Class
org.hibernate.dialect.lock.spi.ConnectionLockTimeoutStrategy.Level
Packages that use ConnectionLockTimeoutStrategy.Level
-
Uses of ConnectionLockTimeoutStrategy.Level in org.hibernate.dialect.lock.spi
Methods in org.hibernate.dialect.lock.spi that return ConnectionLockTimeoutStrategy.LevelModifier and TypeMethodDescriptionConnectionLockTimeoutStrategy.getSupportedLevel()
What type, if any, of support this Dialect has for lock timeouts on the JDBC connection.Returns the enum constant of this class with the specified name.static ConnectionLockTimeoutStrategy.Level[]
ConnectionLockTimeoutStrategy.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.