|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.conf.SettingsTools
public final class SettingsTools
Convenience methods for jOOQ runtime settings
Constructor Summary | |
---|---|
SettingsTools()
|
Method Summary | |
---|---|
static Settings |
defaultSettings()
Retrieve the configured default settings If the JVM flag -Dorg.jooq.settings points to a valid
settings file on the classpath, this will be loaded
If the JVM flag -Dorg.jooq.settings points to a valid
settings file on the file system, this will be loaded
If a valid settings file is found on the classpath at
/jooq-settings.xml , this will be loaded
Otherwise, a new Settings object is created with its
defaults
|
static boolean |
executePreparedStatements(Settings settings)
Whether a PreparedStatement should be executed |
static boolean |
executeStaticStatements(Settings settings)
Whether static Statement should be executed |
static RenderMapping |
getRenderMapping(Settings settings)
Lazy access to RenderMapping |
static StatementType |
getStatementType(Settings settings)
Get the statement type from the settings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SettingsTools()
Method Detail |
---|
public static final StatementType getStatementType(Settings settings)
public static final boolean executePreparedStatements(Settings settings)
PreparedStatement
should be executed
public static final boolean executeStaticStatements(Settings settings)
Statement
should be executed
public static final RenderMapping getRenderMapping(Settings settings)
RenderMapping
public static final Settings defaultSettings()
-Dorg.jooq.settings
points to a valid
settings file on the classpath, this will be loaded-Dorg.jooq.settings
points to a valid
settings file on the file system, this will be loaded/jooq-settings.xml
, this will be loadedSettings
object is created with its
defaults
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |