Uses of Interface
cn.vertxup.ambient.domain.tables.interfaces.IXCategory
-
Packages that use IXCategory Package Description cn.vertxup.ambient.domain.tables.interfaces cn.vertxup.ambient.domain.tables.pojos cn.vertxup.ambient.domain.tables.records -
-
Uses of IXCategory in cn.vertxup.ambient.domain.tables.interfaces
Methods in cn.vertxup.ambient.domain.tables.interfaces with type parameters of type IXCategory Modifier and Type Method Description <E extends IXCategory>
EIXCategory. into(E into)Copy data into another generated Record/POJO implementing the common interface IXCategoryMethods in cn.vertxup.ambient.domain.tables.interfaces that return IXCategory Modifier and Type Method Description default IXCategoryIXCategory. fromJson(io.vertx.core.json.JsonObject json)IXCategoryIXCategory. setActive(Boolean value)Setter forDB_ETERNAL.X_CATEGORY.ACTIVE.IXCategoryIXCategory. setAppId(String value)Setter forDB_ETERNAL.X_CATEGORY.APP_ID.IXCategoryIXCategory. setCode(String value)Setter forDB_ETERNAL.X_CATEGORY.CODE.IXCategoryIXCategory. setComment(String value)Setter forDB_ETERNAL.X_CATEGORY.COMMENT.IXCategoryIXCategory. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_CATEGORY.CREATED_AT.IXCategoryIXCategory. setCreatedBy(String value)Setter forDB_ETERNAL.X_CATEGORY.CREATED_BY.IXCategoryIXCategory. setIcon(String value)Setter forDB_ETERNAL.X_CATEGORY.ICON.IXCategoryIXCategory. setIdentifier(String value)Setter forDB_ETERNAL.X_CATEGORY.IDENTIFIER.IXCategoryIXCategory. setKey(String value)Setter forDB_ETERNAL.X_CATEGORY.KEY.IXCategoryIXCategory. setLanguage(String value)Setter forDB_ETERNAL.X_CATEGORY.LANGUAGE.IXCategoryIXCategory. setLeaf(Boolean value)Setter forDB_ETERNAL.X_CATEGORY.LEAF.IXCategoryIXCategory. setMetadata(String value)Setter forDB_ETERNAL.X_CATEGORY.METADATA.IXCategoryIXCategory. setName(String value)Setter forDB_ETERNAL.X_CATEGORY.NAME.IXCategoryIXCategory. setParentId(String value)Setter forDB_ETERNAL.X_CATEGORY.PARENT_ID.IXCategoryIXCategory. setRunComponent(String value)Setter forDB_ETERNAL.X_CATEGORY.RUN_COMPONENT.IXCategoryIXCategory. setSigma(String value)Setter forDB_ETERNAL.X_CATEGORY.SIGMA.IXCategoryIXCategory. setSort(Integer value)Setter forDB_ETERNAL.X_CATEGORY.SORT.IXCategoryIXCategory. setTreeComponent(String value)Setter forDB_ETERNAL.X_CATEGORY.TREE_COMPONENT.IXCategoryIXCategory. setType(String value)Setter forDB_ETERNAL.X_CATEGORY.TYPE.IXCategoryIXCategory. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.X_CATEGORY.UPDATED_AT.IXCategoryIXCategory. setUpdatedBy(String value)Setter forDB_ETERNAL.X_CATEGORY.UPDATED_BY.Methods in cn.vertxup.ambient.domain.tables.interfaces with parameters of type IXCategory Modifier and Type Method Description voidIXCategory. from(IXCategory from)Load data from another generated Record/POJO implementing the common interface IXCategory -
Uses of IXCategory in cn.vertxup.ambient.domain.tables.pojos
Classes in cn.vertxup.ambient.domain.tables.pojos that implement IXCategory Modifier and Type Class Description classXCategoryThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.pojos with type parameters of type IXCategory Modifier and Type Method Description <E extends IXCategory>
EXCategory. into(E into)Methods in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXCategory Modifier and Type Method Description voidXCategory. from(IXCategory from)Constructors in cn.vertxup.ambient.domain.tables.pojos with parameters of type IXCategory Constructor Description XCategory(IXCategory value) -
Uses of IXCategory in cn.vertxup.ambient.domain.tables.records
Classes in cn.vertxup.ambient.domain.tables.records that implement IXCategory Modifier and Type Class Description classXCategoryRecordThis class is generated by jOOQ.Methods in cn.vertxup.ambient.domain.tables.records with type parameters of type IXCategory Modifier and Type Method Description <E extends IXCategory>
EXCategoryRecord. into(E into)Methods in cn.vertxup.ambient.domain.tables.records with parameters of type IXCategory Modifier and Type Method Description voidXCategoryRecord. from(IXCategory from)
-