JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Deprecated
Index
Search
Help
org.jooq
org.jooq
Isolation
Uses of Enum Class
org.jooq.Isolation
Packages that use
Isolation
Package
Description
org.jooq
This package contains jOOQ's public API.
Uses of
Isolation
in
org.jooq
Subclasses with type arguments of type
Isolation
in
org.jooq
Modifier and Type
Class
Description
enum
Isolation
The transaction isolation level.
Methods in
org.jooq
that return
Isolation
Modifier and Type
Method
Description
static
Isolation
Isolation.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Isolation
[]
Isolation.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.