public class Settings extends Object implements Serializable, Cloneable
Java class for Settings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Settings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="renderSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="renderMapping" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}RenderMapping" minOccurs="0"/> <element name="renderNameStyle" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}RenderNameStyle" minOccurs="0"/> <element name="renderKeywordStyle" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}RenderKeywordStyle" minOccurs="0"/> <element name="renderFormatted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="paramType" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}ParamType" minOccurs="0"/> <element name="statementType" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}StatementType" minOccurs="0"/> <element name="executeLogging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="executeWithOptimisticLocking" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="attachRecords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="updatablePrimaryKeys" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reflectionCaching" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
attachRecords |
protected Boolean |
executeLogging |
protected Boolean |
executeWithOptimisticLocking |
protected ParamType |
paramType |
protected Boolean |
reflectionCaching |
protected Boolean |
renderFormatted |
protected RenderKeywordStyle |
renderKeywordStyle |
protected RenderMapping |
renderMapping |
protected RenderNameStyle |
renderNameStyle |
protected Boolean |
renderSchema |
protected StatementType |
statementType |
protected Boolean |
updatablePrimaryKeys |
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ParamType |
getParamType()
Gets the value of the paramType property.
|
RenderKeywordStyle |
getRenderKeywordStyle()
Gets the value of the renderKeywordStyle property.
|
RenderMapping |
getRenderMapping()
Gets the value of the renderMapping property.
|
RenderNameStyle |
getRenderNameStyle()
Gets the value of the renderNameStyle property.
|
StatementType |
getStatementType()
Gets the value of the statementType property.
|
Boolean |
isAttachRecords()
Gets the value of the attachRecords property.
|
Boolean |
isExecuteLogging()
Gets the value of the executeLogging property.
|
Boolean |
isExecuteWithOptimisticLocking()
Gets the value of the executeWithOptimisticLocking property.
|
Boolean |
isReflectionCaching()
Gets the value of the reflectionCaching property.
|
Boolean |
isRenderFormatted()
Gets the value of the renderFormatted property.
|
Boolean |
isRenderSchema()
Gets the value of the renderSchema property.
|
Boolean |
isUpdatablePrimaryKeys()
Gets the value of the updatablePrimaryKeys property.
|
void |
setAttachRecords(Boolean value)
Sets the value of the attachRecords property.
|
void |
setExecuteLogging(Boolean value)
Sets the value of the executeLogging property.
|
void |
setExecuteWithOptimisticLocking(Boolean value)
Sets the value of the executeWithOptimisticLocking property.
|
void |
setParamType(ParamType value)
Sets the value of the paramType property.
|
void |
setReflectionCaching(Boolean value)
Sets the value of the reflectionCaching property.
|
void |
setRenderFormatted(Boolean value)
Sets the value of the renderFormatted property.
|
void |
setRenderKeywordStyle(RenderKeywordStyle value)
Sets the value of the renderKeywordStyle property.
|
void |
setRenderMapping(RenderMapping value)
Sets the value of the renderMapping property.
|
void |
setRenderNameStyle(RenderNameStyle value)
Sets the value of the renderNameStyle property.
|
void |
setRenderSchema(Boolean value)
Sets the value of the renderSchema property.
|
void |
setStatementType(StatementType value)
Sets the value of the statementType property.
|
void |
setUpdatablePrimaryKeys(Boolean value)
Sets the value of the updatablePrimaryKeys property.
|
Settings |
withAttachRecords(Boolean value) |
Settings |
withExecuteLogging(Boolean value) |
Settings |
withExecuteWithOptimisticLocking(Boolean value) |
Settings |
withParamType(ParamType value) |
Settings |
withReflectionCaching(Boolean value) |
Settings |
withRenderFormatted(Boolean value) |
Settings |
withRenderKeywordStyle(RenderKeywordStyle value) |
Settings |
withRenderMapping(RenderMapping value) |
Settings |
withRenderNameStyle(RenderNameStyle value) |
Settings |
withRenderSchema(Boolean value) |
Settings |
withStatementType(StatementType value) |
Settings |
withUpdatablePrimaryKeys(Boolean value) |
protected Boolean renderSchema
protected RenderMapping renderMapping
protected RenderNameStyle renderNameStyle
protected RenderKeywordStyle renderKeywordStyle
protected Boolean renderFormatted
protected ParamType paramType
protected StatementType statementType
protected Boolean executeLogging
protected Boolean executeWithOptimisticLocking
protected Boolean attachRecords
protected Boolean updatablePrimaryKeys
protected Boolean reflectionCaching
public Boolean isRenderSchema()
Boolean
public void setRenderSchema(Boolean value)
value
- allowed object is
Boolean
public RenderMapping getRenderMapping()
RenderMapping
public void setRenderMapping(RenderMapping value)
value
- allowed object is
RenderMapping
public RenderNameStyle getRenderNameStyle()
RenderNameStyle
public void setRenderNameStyle(RenderNameStyle value)
value
- allowed object is
RenderNameStyle
public RenderKeywordStyle getRenderKeywordStyle()
RenderKeywordStyle
public void setRenderKeywordStyle(RenderKeywordStyle value)
value
- allowed object is
RenderKeywordStyle
public Boolean isRenderFormatted()
Boolean
public void setRenderFormatted(Boolean value)
value
- allowed object is
Boolean
public ParamType getParamType()
ParamType
public void setParamType(ParamType value)
value
- allowed object is
ParamType
public StatementType getStatementType()
StatementType
public void setStatementType(StatementType value)
value
- allowed object is
StatementType
public Boolean isExecuteLogging()
Boolean
public void setExecuteLogging(Boolean value)
value
- allowed object is
Boolean
public Boolean isExecuteWithOptimisticLocking()
Boolean
public void setExecuteWithOptimisticLocking(Boolean value)
value
- allowed object is
Boolean
public Boolean isAttachRecords()
Boolean
public void setAttachRecords(Boolean value)
value
- allowed object is
Boolean
public Boolean isUpdatablePrimaryKeys()
Boolean
public void setUpdatablePrimaryKeys(Boolean value)
value
- allowed object is
Boolean
public Boolean isReflectionCaching()
Boolean
public void setReflectionCaching(Boolean value)
value
- allowed object is
Boolean
public Settings withRenderMapping(RenderMapping value)
public Settings withRenderNameStyle(RenderNameStyle value)
public Settings withRenderKeywordStyle(RenderKeywordStyle value)
public Settings withStatementType(StatementType value)
Copyright © 2014. All Rights Reserved.