Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXSource
-
Packages that use IXSource Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXSource in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXSource Modifier and Type Method Description <E extends IXSource>
EIXSource. into(E into)Copy data into another generated Record/POJO implementing the common interface IXSourceMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXSource Modifier and Type Method Description default IXSourceIXSource. fromJson(io.vertx.core.json.JsonObject json)IXSourceIXSource. setActive(Boolean value)Setter forDB_ETERNAL.X_SOURCE.ACTIVE.IXSourceIXSource. setAppId(String value)Setter forDB_ETERNAL.X_SOURCE.APP_ID.IXSourceIXSource. setCategory(String value)Setter forDB_ETERNAL.X_SOURCE.CATEGORY.IXSourceIXSource. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_SOURCE.CREATED_AT.IXSourceIXSource. setCreatedBy(String value)Setter forDB_ETERNAL.X_SOURCE.CREATED_BY.IXSourceIXSource. setDriverClassName(String value)Setter forDB_ETERNAL.X_SOURCE.DRIVER_CLASS_NAME.IXSourceIXSource. setHostname(String value)Setter forDB_ETERNAL.X_SOURCE.HOSTNAME.IXSourceIXSource. setInstance(String value)Setter forDB_ETERNAL.X_SOURCE.INSTANCE.IXSourceIXSource. setIpV4(String value)Setter forDB_ETERNAL.X_SOURCE.IP_V4.IXSourceIXSource. setIpV6(String value)Setter forDB_ETERNAL.X_SOURCE.IP_V6.IXSourceIXSource. setJdbcConfig(String value)Setter forDB_ETERNAL.X_SOURCE.JDBC_CONFIG.IXSourceIXSource. setJdbcUrl(String value)Setter forDB_ETERNAL.X_SOURCE.JDBC_URL.IXSourceIXSource. setKey(String value)Setter forDB_ETERNAL.X_SOURCE.KEY.IXSourceIXSource. setLanguage(String value)Setter forDB_ETERNAL.X_SOURCE.LANGUAGE.IXSourceIXSource. setMetadata(String value)Setter forDB_ETERNAL.X_SOURCE.METADATA.IXSourceIXSource. setPassword(String value)Setter forDB_ETERNAL.X_SOURCE.PASSWORD.IXSourceIXSource. setPort(Integer value)Setter forDB_ETERNAL.X_SOURCE.PORT.IXSourceIXSource. setSigma(String value)Setter forDB_ETERNAL.X_SOURCE.SIGMA.IXSourceIXSource. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_SOURCE.UPDATED_AT.IXSourceIXSource. setUpdatedBy(String value)Setter forDB_ETERNAL.X_SOURCE.UPDATED_BY.IXSourceIXSource. setUsername(String value)Setter forDB_ETERNAL.X_SOURCE.USERNAME.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXSource Modifier and Type Method Description voidIXSource. from(IXSource from)Load data from another generated Record/POJO implementing the common interface IXSource -
Uses of IXSource in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXSource Modifier and Type Class Description classXSourceThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXSource Modifier and Type Method Description <E extends IXSource>
EXSource. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXSource Modifier and Type Method Description voidXSource. from(IXSource from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXSource Constructor Description XSource(IXSource value) -
Uses of IXSource in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXSource Modifier and Type Class Description classXSourceRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXSource Modifier and Type Method Description <E extends IXSource>
EXSourceRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXSource Modifier and Type Method Description voidXSourceRecord. from(IXSource from)
-