Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXTabular
-
Packages that use IXTabular Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXTabular in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXTabular Modifier and Type Method Description <E extends IXTabular>
EIXTabular. into(E into)Copy data into another generated Record/POJO implementing the common interface IXTabularMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXTabular Modifier and Type Method Description default IXTabularIXTabular. fromJson(io.vertx.core.json.JsonObject json)IXTabularIXTabular. setActive(Boolean value)Setter forDB_ETERNAL.X_TABULAR.ACTIVE.IXTabularIXTabular. setAppId(String value)Setter forDB_ETERNAL.X_TABULAR.APP_ID.IXTabularIXTabular. setCode(String value)Setter forDB_ETERNAL.X_TABULAR.CODE.IXTabularIXTabular. setComment(String value)Setter forDB_ETERNAL.X_TABULAR.COMMENT.IXTabularIXTabular. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_TABULAR.CREATED_AT.IXTabularIXTabular. setCreatedBy(String value)Setter forDB_ETERNAL.X_TABULAR.CREATED_BY.IXTabularIXTabular. setIcon(String value)Setter forDB_ETERNAL.X_TABULAR.ICON.IXTabularIXTabular. setKey(String value)Setter forDB_ETERNAL.X_TABULAR.KEY.IXTabularIXTabular. setLanguage(String value)Setter forDB_ETERNAL.X_TABULAR.LANGUAGE.IXTabularIXTabular. setMetadata(String value)Setter forDB_ETERNAL.X_TABULAR.METADATA.IXTabularIXTabular. setName(String value)Setter forDB_ETERNAL.X_TABULAR.NAME.IXTabularIXTabular. setRunComponent(String value)Setter forDB_ETERNAL.X_TABULAR.RUN_COMPONENT.IXTabularIXTabular. setSigma(String value)Setter forDB_ETERNAL.X_TABULAR.SIGMA.IXTabularIXTabular. setSort(Integer value)Setter forDB_ETERNAL.X_TABULAR.SORT.IXTabularIXTabular. setType(String value)Setter forDB_ETERNAL.X_TABULAR.TYPE.IXTabularIXTabular. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_TABULAR.UPDATED_AT.IXTabularIXTabular. setUpdatedBy(String value)Setter forDB_ETERNAL.X_TABULAR.UPDATED_BY.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXTabular Modifier and Type Method Description voidIXTabular. from(IXTabular from)Load data from another generated Record/POJO implementing the common interface IXTabular -
Uses of IXTabular in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXTabular Modifier and Type Class Description classXTabularThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXTabular Modifier and Type Method Description <E extends IXTabular>
EXTabular. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXTabular Modifier and Type Method Description voidXTabular. from(IXTabular from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXTabular Constructor Description XTabular(IXTabular value) -
Uses of IXTabular in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXTabular Modifier and Type Class Description classXTabularRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXTabular Modifier and Type Method Description <E extends IXTabular>
EXTabularRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXTabular Modifier and Type Method Description voidXTabularRecord. from(IXTabular from)
-