Uses of Enum Class
org.jooq.Readonly

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

    Subclasses with type arguments of type Readonly in org.jooq
    Modifier and Type
    Class
    Description
    enum 
    The readonly transaction property.
    Methods in org.jooq that return Readonly
    Modifier and Type
    Method
    Description
    static Readonly
    Readonly.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Readonly[]
    Readonly.values()
    Returns an array containing the constants of this enum class, in the order they are declared.