Package org.jooq.impl

Class DefaultDSLContext

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.AutoCloseable, DSLContext, Scope

    public class DefaultDSLContext
    extends java.lang.Object
    implements DSLContext, java.io.Serializable
    A default implementation for DSLContext.

    You may use this as a base implementation for custom DSLContext subtypes preventing potential API breakage when upgrading jOOQ, or to delegate DSL method calls to your custom implementations.

    Author:
    Lukas Eder
    See Also:
    Serialized Form