|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.conf.Settings
public class Settings
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-2.5.0.xsd}RenderMapping" minOccurs="0"/>
<element name="renderNameStyle" type="{http://www.jooq.org/xsd/jooq-runtime-2.5.0.xsd}RenderNameStyle" minOccurs="0"/>
<element name="renderKeywordStyle" type="{http://www.jooq.org/xsd/jooq-runtime-2.5.0.xsd}RenderKeywordStyle" minOccurs="0"/>
<element name="renderFormatted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="statementType" type="{http://www.jooq.org/xsd/jooq-runtime-2.5.0.xsd}StatementType" minOccurs="0"/>
<element name="executeLogging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="executeListeners" type="{http://www.jooq.org/xsd/jooq-runtime-2.5.0.xsd}ExecuteListeners" 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"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
attachRecords
|
protected List<String> |
executeListeners
|
protected Boolean |
executeLogging
|
protected Boolean |
executeWithOptimisticLocking
|
protected Boolean |
renderFormatted
|
protected RenderKeywordStyle |
renderKeywordStyle
|
protected RenderMapping |
renderMapping
|
protected RenderNameStyle |
renderNameStyle
|
protected Boolean |
renderSchema
|
protected StatementType |
statementType
|
| Constructor Summary | |
|---|---|
Settings()
|
|
| Method Summary | |
|---|---|
List<String> |
getExecuteListeners()
|
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 |
isRenderFormatted()
Gets the value of the renderFormatted property. |
Boolean |
isRenderSchema()
Gets the value of the renderSchema property. |
void |
setAttachRecords(Boolean value)
Sets the value of the attachRecords property. |
void |
setExecuteListeners(List<String> executeListeners)
|
void |
setExecuteLogging(Boolean value)
Sets the value of the executeLogging property. |
void |
setExecuteWithOptimisticLocking(Boolean value)
Sets the value of the executeWithOptimisticLocking 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. |
Settings |
withAttachRecords(Boolean value)
|
Settings |
withExecuteListeners(Collection<String> values)
|
Settings |
withExecuteListeners(List<String> executeListeners)
|
Settings |
withExecuteListeners(String... values)
|
Settings |
withExecuteLogging(Boolean value)
|
Settings |
withExecuteWithOptimisticLocking(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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean renderSchema
protected RenderMapping renderMapping
protected RenderNameStyle renderNameStyle
protected RenderKeywordStyle renderKeywordStyle
protected Boolean renderFormatted
protected StatementType statementType
protected Boolean executeLogging
protected Boolean executeWithOptimisticLocking
protected Boolean attachRecords
protected List<String> executeListeners
| Constructor Detail |
|---|
public Settings()
| Method Detail |
|---|
public Boolean isRenderSchema()
Booleanpublic void setRenderSchema(Boolean value)
value - allowed object is
Booleanpublic RenderMapping getRenderMapping()
RenderMappingpublic void setRenderMapping(RenderMapping value)
value - allowed object is
RenderMappingpublic RenderNameStyle getRenderNameStyle()
RenderNameStylepublic void setRenderNameStyle(RenderNameStyle value)
value - allowed object is
RenderNameStylepublic RenderKeywordStyle getRenderKeywordStyle()
RenderKeywordStylepublic void setRenderKeywordStyle(RenderKeywordStyle value)
value - allowed object is
RenderKeywordStylepublic Boolean isRenderFormatted()
Booleanpublic void setRenderFormatted(Boolean value)
value - allowed object is
Booleanpublic StatementType getStatementType()
StatementTypepublic void setStatementType(StatementType value)
value - allowed object is
StatementTypepublic Boolean isExecuteLogging()
Booleanpublic void setExecuteLogging(Boolean value)
value - allowed object is
Booleanpublic Boolean isExecuteWithOptimisticLocking()
Booleanpublic void setExecuteWithOptimisticLocking(Boolean value)
value - allowed object is
Booleanpublic Boolean isAttachRecords()
Booleanpublic void setAttachRecords(Boolean value)
value - allowed object is
Booleanpublic List<String> getExecuteListeners()
public void setExecuteListeners(List<String> executeListeners)
public Settings withRenderSchema(Boolean value)
public Settings withRenderMapping(RenderMapping value)
public Settings withRenderNameStyle(RenderNameStyle value)
public Settings withRenderKeywordStyle(RenderKeywordStyle value)
public Settings withRenderFormatted(Boolean value)
public Settings withStatementType(StatementType value)
public Settings withExecuteLogging(Boolean value)
public Settings withExecuteWithOptimisticLocking(Boolean value)
public Settings withAttachRecords(Boolean value)
public Settings withExecuteListeners(String... values)
public Settings withExecuteListeners(Collection<String> values)
public Settings withExecuteListeners(List<String> executeListeners)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||