java.lang.Object
org.jooq.meta.jaxb.SyntheticDaoMethodType
- Alle implementierten Schnittstellen:
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>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal 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.
-
Felddetails
-
name
-
comment
-
returnType
-
sql
-
-
Konstruktordetails
-
SyntheticDaoMethodType
public SyntheticDaoMethodType()
-
-
Methodendetails
-
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
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-