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="renderCatalog" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <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.8.0.xsd}RenderMapping" minOccurs="0"/> <element name="renderNameStyle" type="{http://www.jooq.org/xsd/jooq-runtime-3.8.0.xsd}RenderNameStyle" minOccurs="0"/> <element name="renderKeywordStyle" type="{http://www.jooq.org/xsd/jooq-runtime-3.8.0.xsd}RenderKeywordStyle" minOccurs="0"/> <element name="renderFormatted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="renderScalarSubqueriesForStoredFunctions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="backslashEscaping" type="{http://www.jooq.org/xsd/jooq-runtime-3.8.0.xsd}BackslashEscaping" minOccurs="0"/> <element name="paramType" type="{http://www.jooq.org/xsd/jooq-runtime-3.8.0.xsd}ParamType" minOccurs="0"/> <element name="statementType" type="{http://www.jooq.org/xsd/jooq-runtime-3.8.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"/> <element name="fetchWarnings" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="returnAllOnUpdatableRecord" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="mapJPAAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="queryTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="maxRows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="fetchSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
attachRecords |
protected BackslashEscaping |
backslashEscaping |
protected Boolean |
executeLogging |
protected Boolean |
executeWithOptimisticLocking |
protected Integer |
fetchSize |
protected Boolean |
fetchWarnings |
protected Boolean |
mapJPAAnnotations |
protected Integer |
maxRows |
protected ParamType |
paramType |
protected Integer |
queryTimeout |
protected Boolean |
reflectionCaching |
protected Boolean |
renderCatalog |
protected Boolean |
renderFormatted |
protected RenderKeywordStyle |
renderKeywordStyle |
protected RenderMapping |
renderMapping |
protected RenderNameStyle |
renderNameStyle |
protected Boolean |
renderScalarSubqueriesForStoredFunctions |
protected Boolean |
renderSchema |
protected Boolean |
returnAllOnUpdatableRecord |
protected StatementType |
statementType |
protected Boolean |
updatablePrimaryKeys |
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
BackslashEscaping |
getBackslashEscaping()
Gets the value of the backslashEscaping property.
|
Integer |
getFetchSize()
Gets the value of the fetchSize property.
|
Integer |
getMaxRows()
Gets the value of the maxRows property.
|
ParamType |
getParamType()
Gets the value of the paramType property.
|
Integer |
getQueryTimeout()
Gets the value of the queryTimeout 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 |
isFetchWarnings()
Gets the value of the fetchWarnings property.
|
Boolean |
isMapJPAAnnotations()
Gets the value of the mapJPAAnnotations property.
|
Boolean |
isReflectionCaching()
Gets the value of the reflectionCaching property.
|
Boolean |
isRenderCatalog()
Gets the value of the renderCatalog property.
|
Boolean |
isRenderFormatted()
Gets the value of the renderFormatted property.
|
Boolean |
isRenderScalarSubqueriesForStoredFunctions()
Gets the value of the renderScalarSubqueriesForStoredFunctions property.
|
Boolean |
isRenderSchema()
Gets the value of the renderSchema property.
|
Boolean |
isReturnAllOnUpdatableRecord()
Gets the value of the returnAllOnUpdatableRecord property.
|
Boolean |
isUpdatablePrimaryKeys()
Gets the value of the updatablePrimaryKeys property.
|
void |
setAttachRecords(Boolean value)
Sets the value of the attachRecords property.
|
void |
setBackslashEscaping(BackslashEscaping value)
Sets the value of the backslashEscaping property.
|
void |
setExecuteLogging(Boolean value)
Sets the value of the executeLogging property.
|
void |
setExecuteWithOptimisticLocking(Boolean value)
Sets the value of the executeWithOptimisticLocking property.
|
void |
setFetchSize(Integer value)
Sets the value of the fetchSize property.
|
void |
setFetchWarnings(Boolean value)
Sets the value of the fetchWarnings property.
|
void |
setMapJPAAnnotations(Boolean value)
Sets the value of the mapJPAAnnotations property.
|
void |
setMaxRows(Integer value)
Sets the value of the maxRows property.
|
void |
setParamType(ParamType value)
Sets the value of the paramType property.
|
void |
setQueryTimeout(Integer value)
Sets the value of the queryTimeout property.
|
void |
setReflectionCaching(Boolean value)
Sets the value of the reflectionCaching property.
|
void |
setRenderCatalog(Boolean value)
Sets the value of the renderCatalog 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 |
setRenderScalarSubqueriesForStoredFunctions(Boolean value)
Sets the value of the renderScalarSubqueriesForStoredFunctions property.
|
void |
setRenderSchema(Boolean value)
Sets the value of the renderSchema property.
|
void |
setReturnAllOnUpdatableRecord(Boolean value)
Sets the value of the returnAllOnUpdatableRecord 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 |
withBackslashEscaping(BackslashEscaping value) |
Settings |
withExecuteLogging(Boolean value) |
Settings |
withExecuteWithOptimisticLocking(Boolean value) |
Settings |
withFetchSize(Integer value) |
Settings |
withFetchWarnings(Boolean value) |
Settings |
withMapJPAAnnotations(Boolean value) |
Settings |
withMaxRows(Integer value) |
Settings |
withParamType(ParamType value) |
Settings |
withQueryTimeout(Integer value) |
Settings |
withReflectionCaching(Boolean value) |
Settings |
withRenderCatalog(Boolean value) |
Settings |
withRenderFormatted(Boolean value) |
Settings |
withRenderKeywordStyle(RenderKeywordStyle value) |
Settings |
withRenderMapping(RenderMapping value) |
Settings |
withRenderNameStyle(RenderNameStyle value) |
Settings |
withRenderScalarSubqueriesForStoredFunctions(Boolean value) |
Settings |
withRenderSchema(Boolean value) |
Settings |
withReturnAllOnUpdatableRecord(Boolean value) |
Settings |
withStatementType(StatementType value) |
Settings |
withUpdatablePrimaryKeys(Boolean value) |
protected Boolean renderCatalog
protected Boolean renderSchema
protected RenderMapping renderMapping
protected RenderNameStyle renderNameStyle
protected RenderKeywordStyle renderKeywordStyle
protected Boolean renderFormatted
protected Boolean renderScalarSubqueriesForStoredFunctions
protected BackslashEscaping backslashEscaping
protected ParamType paramType
protected StatementType statementType
protected Boolean executeLogging
protected Boolean executeWithOptimisticLocking
protected Boolean attachRecords
protected Boolean updatablePrimaryKeys
protected Boolean reflectionCaching
protected Boolean fetchWarnings
protected Boolean returnAllOnUpdatableRecord
protected Boolean mapJPAAnnotations
protected Integer queryTimeout
protected Integer maxRows
protected Integer fetchSize
public Boolean isRenderCatalog()
Boolean
public void setRenderCatalog(Boolean value)
value
- allowed object is
Boolean
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 Boolean isRenderScalarSubqueriesForStoredFunctions()
Boolean
public void setRenderScalarSubqueriesForStoredFunctions(Boolean value)
value
- allowed object is
Boolean
public BackslashEscaping getBackslashEscaping()
BackslashEscaping
public void setBackslashEscaping(BackslashEscaping value)
value
- allowed object is
BackslashEscaping
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 Boolean isFetchWarnings()
Boolean
public void setFetchWarnings(Boolean value)
value
- allowed object is
Boolean
public Boolean isReturnAllOnUpdatableRecord()
Boolean
public void setReturnAllOnUpdatableRecord(Boolean value)
value
- allowed object is
Boolean
public Boolean isMapJPAAnnotations()
Boolean
public void setMapJPAAnnotations(Boolean value)
value
- allowed object is
Boolean
public Integer getQueryTimeout()
Integer
public void setQueryTimeout(Integer value)
value
- allowed object is
Integer
public Integer getMaxRows()
Integer
public void setMaxRows(Integer value)
value
- allowed object is
Integer
public Integer getFetchSize()
Integer
public void setFetchSize(Integer value)
value
- allowed object is
Integer
public Settings withRenderMapping(RenderMapping value)
public Settings withRenderNameStyle(RenderNameStyle value)
public Settings withRenderKeywordStyle(RenderKeywordStyle value)
public Settings withRenderScalarSubqueriesForStoredFunctions(Boolean value)
public Settings withBackslashEscaping(BackslashEscaping value)
public Settings withStatementType(StatementType value)
Copyright © 2016. All Rights Reserved.