Class SyntheticDaoType

java.lang.Object
org.jooq.meta.jaxb.SyntheticDaoType
All Implemented Interfaces:
Serializable, XMLAppendable

public class SyntheticDaoType extends Object implements Serializable, XMLAppendable

Java class for SyntheticDaoType complex type.

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

 <complexType name="SyntheticDaoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="methods" type="{http://www.jooq.org/xsd/jooq-codegen-3.20.9.xsd}SyntheticDaoMethodsType" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: