This package contains jOOQ's public API.

This package mostly contains interfaces that are implemented by the org.jooq.impl package. These interfaces are constructed mostly through the DSL and DSLContext classes, which hide implementation facts from the public API.

/** * This package contains jOOQ's public API. * <p> * This package mostly contains interfaces that are implemented by the * <code>org.jooq.impl</code> package. These 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;