Uses of Enum Class
org.jooq.Isolation

Packages that use Isolation
Package
Description
This package contains jOOQ's public API.
  • Uses of Isolation in org.jooq

    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.