Module org.jooq
Package org.jooq.impl

Class DefaultDSLContext

java.lang.Object
org.jooq.impl.DefaultDSLContext
All Implemented Interfaces:
Serializable, DSLContext, Scope
Direct Known Subclasses:
DefaultCloseableDSLContext

public class DefaultDSLContext extends Object implements DSLContext, 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: