Uses of Enum Class
io.permazen.kv.sql.IsolationLevel
Packages that use IsolationLevel
-
Uses of IsolationLevel in io.permazen.kv.sql
Fields in io.permazen.kv.sql declared as IsolationLevelModifier and TypeFieldDescriptionprotected IsolationLevel
SQLKVDatabase.isolationLevel
The default transaction isolation level.Methods in io.permazen.kv.sql that return IsolationLevelModifier and TypeMethodDescriptionSQLKVDatabase.getIsolationLevel()
Get the default transaction isolation level.protected IsolationLevel
SQLKVDatabase.getIsolationLevel
(Map<String, ?> options) Extract theIsolationLevel
, if any, from the transaction options.static IsolationLevel
Returns the enum constant of this class with the specified name.static IsolationLevel[]
IsolationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.permazen.kv.sql with parameters of type IsolationLevelModifier and TypeMethodDescriptionvoid
SQLKVDatabase.setIsolationLevel
(IsolationLevel isolationLevel) Configure the default transaction isolation level.