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="renderMapping" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd}RenderMapping" minOccurs="0"/>
         <element name="renderNameStyle" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.0.xsd}RenderNameStyle" minOccurs="0"/>
         <element name="renderKeywordStyle" type="{http://www.jooq.org/xsd/jooq-runtime-2.1.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.1.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.1.0.xsd}ExecuteListeners" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<String> executeListeners
           
protected  Boolean executeLogging
           
protected  Boolean renderFormatted
           
protected  RenderKeywordStyle renderKeywordStyle
           
protected  RenderMapping renderMapping
           
protected  RenderNameStyle renderNameStyle
           
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 isExecuteLogging()
          Gets the value of the executeLogging property.
 Boolean isRenderFormatted()
          Gets the value of the renderFormatted property.
 void setExecuteLogging(Boolean value)
          Sets the value of the executeLogging 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 setStatementType(StatementType value)
          Sets the value of the statementType property.
 Settings withExecuteListeners(Collection<String> values)
           
 Settings withExecuteListeners(String... values)
           
 Settings withExecuteLogging(Boolean value)
           
 Settings withRenderFormatted(Boolean value)
           
 Settings withRenderKeywordStyle(RenderKeywordStyle value)
           
 Settings withRenderMapping(RenderMapping value)
           
 Settings withRenderNameStyle(RenderNameStyle 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

renderMapping

protected RenderMapping renderMapping

renderNameStyle

protected RenderNameStyle renderNameStyle

renderKeywordStyle

protected RenderKeywordStyle renderKeywordStyle

renderFormatted

protected Boolean renderFormatted

statementType

protected StatementType statementType

executeLogging

protected Boolean executeLogging

executeListeners

protected List<String> executeListeners
Constructor Detail

Settings

public Settings()
Method Detail

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

getExecuteListeners

public List<String> getExecuteListeners()

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)

withExecuteListeners

public Settings withExecuteListeners(String... values)

withExecuteListeners

public Settings withExecuteListeners(Collection<String> values)


Copyright © 2012. All Rights Reserved.