org.jooq.conf
Class RenderMapping

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

public class RenderMapping
extends Object
implements Serializable

Java class for RenderMapping complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RenderMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="defaultSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="schemata" type="{http://www.jooq.org/xsd/jooq-runtime-2.5.0.xsd}MappedSchemata" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String defaultSchema
           
protected  List<MappedSchema> schemata
           
 
Constructor Summary
RenderMapping()
           
 
Method Summary
 String getDefaultSchema()
          Gets the value of the defaultSchema property.
 List<MappedSchema> getSchemata()
           
 void setDefaultSchema(String value)
          Sets the value of the defaultSchema property.
 void setSchemata(List<MappedSchema> schemata)
           
 RenderMapping withDefaultSchema(String value)
           
 RenderMapping withSchemata(Collection<MappedSchema> values)
           
 RenderMapping withSchemata(List<MappedSchema> schemata)
           
 RenderMapping withSchemata(MappedSchema... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultSchema

protected String defaultSchema

schemata

protected List<MappedSchema> schemata
Constructor Detail

RenderMapping

public RenderMapping()
Method Detail

getDefaultSchema

public String getDefaultSchema()
Gets the value of the defaultSchema property.

Returns:
possible object is String

setDefaultSchema

public void setDefaultSchema(String value)
Sets the value of the defaultSchema property.

Parameters:
value - allowed object is String

getSchemata

public List<MappedSchema> getSchemata()

setSchemata

public void setSchemata(List<MappedSchema> schemata)

withDefaultSchema

public RenderMapping withDefaultSchema(String value)

withSchemata

public RenderMapping withSchemata(MappedSchema... values)

withSchemata

public RenderMapping withSchemata(Collection<MappedSchema> values)

withSchemata

public RenderMapping withSchemata(List<MappedSchema> schemata)


Copyright © 2012. All Rights Reserved.