org.jooq.conf
Class Settings

java.lang.Object
  extended by org.jooq.conf.Settings
All Implemented Interfaces:
Serializable

public class Settings
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

renderSchema

protected Boolean renderSchema

renderMapping

protected RenderMapping renderMapping

renderNameStyle

protected RenderNameStyle renderNameStyle

renderKeywordStyle

protected RenderKeywordStyle renderKeywordStyle

renderFormatted

protected Boolean renderFormatted

statementType

protected StatementType statementType

executeLogging

protected Boolean executeLogging

executeWithOptimisticLocking

protected Boolean executeWithOptimisticLocking

attachRecords

protected Boolean attachRecords

executeListeners

protected List<String> executeListeners
Constructor Detail

Settings

public Settings()
Method Detail

isRenderSchema

public Boolean isRenderSchema()
Gets the value of the renderSchema property.

Returns:
possible object is Boolean

setRenderSchema

public void setRenderSchema(Boolean value)
Sets the value of the renderSchema property.

Parameters:
value - allowed object is Boolean

getRenderMapping

public RenderMapping getRenderMapping()
Gets the value of the renderMapping property.

Returns:
possible object is RenderMapping

setRenderMapping

public void setRenderMapping(RenderMapping value)
Sets the value of the renderMapping property.

Parameters:
value - allowed object is RenderMapping

getRenderNameStyle

public RenderNameStyle getRenderNameStyle()
Gets the value of the renderNameStyle property.

Returns:
possible object is RenderNameStyle

setRenderNameStyle

public void setRenderNameStyle(RenderNameStyle value)
Sets the value of the renderNameStyle property.

Parameters:
value - allowed object is RenderNameStyle

getRenderKeywordStyle

public RenderKeywordStyle getRenderKeywordStyle()
Gets the value of the renderKeywordStyle property.

Returns:
possible object is RenderKeywordStyle

setRenderKeywordStyle

public void setRenderKeywordStyle(RenderKeywordStyle value)
Sets the value of the renderKeywordStyle property.

Parameters:
value - allowed object is RenderKeywordStyle

isRenderFormatted

public Boolean isRenderFormatted()
Gets the value of the renderFormatted property.

Returns:
possible object is Boolean

setRenderFormatted

public void setRenderFormatted(Boolean value)
Sets the value of the renderFormatted property.

Parameters:
value - allowed object is Boolean

getStatementType

public StatementType getStatementType()
Gets the value of the statementType property.

Returns:
possible object is StatementType

setStatementType

public void setStatementType(StatementType value)
Sets the value of the statementType property.

Parameters:
value - allowed object is StatementType

isExecuteLogging

public Boolean isExecuteLogging()
Gets the value of the executeLogging property.

Returns:
possible object is Boolean

setExecuteLogging

public void setExecuteLogging(Boolean value)
Sets the value of the executeLogging property.

Parameters:
value - allowed object is Boolean

isExecuteWithOptimisticLocking

public Boolean isExecuteWithOptimisticLocking()
Gets the value of the executeWithOptimisticLocking property.

Returns:
possible object is Boolean

setExecuteWithOptimisticLocking

public void setExecuteWithOptimisticLocking(Boolean value)
Sets the value of the executeWithOptimisticLocking property.

Parameters:
value - allowed object is Boolean

isAttachRecords

public Boolean isAttachRecords()
Gets the value of the attachRecords property.

Returns:
possible object is Boolean

setAttachRecords

public void setAttachRecords(Boolean value)
Sets the value of the attachRecords property.

Parameters:
value - allowed object is Boolean

getExecuteListeners

public List<String> getExecuteListeners()

setExecuteListeners

public void setExecuteListeners(List<String> executeListeners)

withRenderSchema

public Settings withRenderSchema(Boolean value)

withRenderMapping

public Settings withRenderMapping(RenderMapping value)

withRenderNameStyle

public Settings withRenderNameStyle(RenderNameStyle value)

withRenderKeywordStyle

public Settings withRenderKeywordStyle(RenderKeywordStyle value)

withRenderFormatted

public Settings withRenderFormatted(Boolean value)

withStatementType

public Settings withStatementType(StatementType value)

withExecuteLogging

public Settings withExecuteLogging(Boolean value)

withExecuteWithOptimisticLocking

public Settings withExecuteWithOptimisticLocking(Boolean value)

withAttachRecords

public Settings withAttachRecords(Boolean value)

withExecuteListeners

public Settings withExecuteListeners(String... values)

withExecuteListeners

public Settings withExecuteListeners(Collection<String> values)

withExecuteListeners

public Settings withExecuteListeners(List<String> executeListeners)


Copyright © 2012. All Rights Reserved.