public final class SettingsTools extends Object
Constructor and Description |
---|
SettingsTools() |
Modifier and Type | Method and Description |
---|---|
static Settings |
clone(Settings settings)
Clone some settings
|
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
|
public static final StatementType getStatementType(Settings settings)
public static final boolean executePreparedStatements(Settings settings)
PreparedStatement
should be executedpublic static final boolean executeStaticStatements(Settings settings)
Statement
should be executedpublic 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
defaultsCopyright © 2013. All Rights Reserved.