java.lang.Object
org.jooq.meta.jaxb.SyntheticDaoMethodType
- All Implemented Interfaces:
Serializable,XMLAppendable
Java class for SyntheticDaoMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyntheticDaoMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<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="returnType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThe defining comment on the DAO method.getName()The defining name of the DAO method.The return type of the DAO method, defaulting tovoid.getSql()The defining SQL query.inthashCode()voidsetComment(String value) The defining comment on the DAO method.voidThe defining name of the DAO method.voidsetReturnType(String value) The return type of the DAO method, defaulting tovoid.voidThe defining SQL query.toString()withComment(String value) The defining comment on the DAO method.The defining name of the DAO method.withReturnType(String value) The return type of the DAO method, defaulting tovoid.The defining SQL query.
-
Field Details
-
name
-
comment
-
returnType
-
sql
-
-
Constructor Details
-
SyntheticDaoMethodType
public SyntheticDaoMethodType()
-
-
Method Details
-
getName
The defining name of the DAO method. -
setName
The defining name of the DAO method. -
getComment
The defining comment on the DAO method. -
setComment
The defining comment on the DAO method. -
getReturnType
The return type of the DAO method, defaulting tovoid. -
setReturnType
The return type of the DAO method, defaulting tovoid. -
getSql
The defining SQL query. -
setSql
The defining SQL query. -
withName
The defining name of the DAO method. -
withComment
The defining comment on the DAO method. -
withReturnType
The return type of the DAO method, defaulting tovoid. -
withSql
The defining SQL query. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-