java.lang.Object
org.jooq.meta.jaxb.SyntheticDaoType
- Alle implementierten Schnittstellen:
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.19.8.xsd}SyntheticDaoMethodsType" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal 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.
-
Felddetails
-
catalog
-
schema
-
name
-
comment
-
methods
-
-
Konstruktordetails
-
SyntheticDaoType
public SyntheticDaoType()
-
-
Methodendetails
-
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
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-