This package contains jOOQ's implementation classes.
This package provides implementations for the jOOQ API from
org.jooq
, whose interfaces are constructed mostly through the DSL
and DSLContext
classes, which hide implementation facts from the public API.
/**
* This package contains jOOQ's implementation classes.
* <p>
* This package provides implementations for the jOOQ API from
* <code>org.jooq</code>, whose interfaces are constructed mostly through the
* {@link org.jooq.impl.DSL} and {@link org.jooq.DSLContext} classes, which hide
* implementation facts from the public API.
*/
package org.jooq.impl;