Package org.jooq.tools
The
org.jooq.tools
package contains jOOQ's public utilities.-
Class Summary Class Description Convert Utility methods for type conversionsInts Static utility methods pertaining toint
primitives, that are not already found in eitherInteger
orArrays
.JooqLogger The jOOQ logger abstraction.LoggerListener A defaultExecuteListener
that just logs events to java.util.logging, log4j, or slf4j using theJooqLogger
Longs Static utility methods pertaining tolong
primitives, that are not already found in eitherLong
orArrays
.StopWatch A time measuring deviceStopWatchListener A defaultExecuteListener
that just logs events to java.util.logging, log4j, or slf4j using theJooqLogger
.StringUtils Operations onString
that arenull
safe. -
Enum Summary Enum Description JooqLogger.Level Deprecated. - UseLog.Level
instead