java.lang.Object
org.jooq.meta.jaxb.SyntheticDaoType
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThe defining catalog of the DAO.The defining comment on the DAO.getName()The defining name of the DAO.The defining schema of the DAO.inthashCode()voidsetCatalog(String value) The defining catalog of the DAO.voidsetComment(String value) The defining comment on the DAO.voidsetMethods(List<SyntheticDaoMethodType> methods) voidThe defining name of the DAO.voidThe defining schema of the DAO.toString()withCatalog(String value) The defining catalog of the DAO.withComment(String value) The defining comment on the DAO.withMethods(Collection<SyntheticDaoMethodType> values) withMethods(List<SyntheticDaoMethodType> methods) withMethods(SyntheticDaoMethodType... values) The defining name of the DAO.withSchema(String value) The defining schema of the DAO.
-
Field Details
-
catalog
-
schema
-
name
-
comment
-
methods
-
-
Constructor Details
-
SyntheticDaoType
public SyntheticDaoType()
-
-
Method Details
-
getCatalog
The defining catalog of the DAO. -
setCatalog
The defining catalog of the DAO. -
getSchema
The defining schema of the DAO. -
setSchema
The defining schema of the DAO. -
getName
The defining name of the DAO. -
setName
The defining name of the DAO. -
getComment
The defining comment on the DAO. -
setComment
The defining comment on the DAO. -
getMethods
-
setMethods
-
withCatalog
The defining catalog of the DAO. -
withSchema
The defining schema of the DAO. -
withName
The defining name of the DAO. -
withComment
The defining comment on the DAO. -
withMethods
-
withMethods
-
withMethods
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-