| Package | Description |
|---|---|
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| org.jooq.tools |
The
org.jooq.tools package contains jOOQ's public utilities |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecuteListener
A publicly available default implementation of
ExecuteListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggerListener
A default
ExecuteListener that just logs events to java.util.logging,
log4j, or slf4j using the JooqLogger |
class |
StopWatchListener
A default
ExecuteListener that just logs events to java.util.logging,
log4j, or slf4j using the JooqLogger |
Copyright © 2013. All Rights Reserved.