Uses of Interface
cn.vertxup.graphic.domain.tables.interfaces.IGGraphic
-
Packages that use IGGraphic Package Description cn.vertxup.graphic.domain.tables.interfaces cn.vertxup.graphic.domain.tables.pojos cn.vertxup.graphic.domain.tables.records -
-
Uses of IGGraphic in cn.vertxup.graphic.domain.tables.interfaces
Methods in cn.vertxup.graphic.domain.tables.interfaces with type parameters of type IGGraphic Modifier and Type Method Description <E extends IGGraphic>
EIGGraphic. into(E into)Copy data into another generated Record/POJO implementing the common interface IGGraphicMethods in cn.vertxup.graphic.domain.tables.interfaces that return IGGraphic Modifier and Type Method Description default IGGraphicIGGraphic. fromJson(io.vertx.core.json.JsonObject json)IGGraphicIGGraphic. setActive(Boolean value)Setter forDB_ETERNAL.G_GRAPHIC.ACTIVE.IGGraphicIGGraphic. setCode(String value)Setter forDB_ETERNAL.G_GRAPHIC.CODE.IGGraphicIGGraphic. setComments(String value)Setter forDB_ETERNAL.G_GRAPHIC.COMMENTS.IGGraphicIGGraphic. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_GRAPHIC.CREATED_AT.IGGraphicIGGraphic. setCreatedBy(String value)Setter forDB_ETERNAL.G_GRAPHIC.CREATED_BY.IGGraphicIGGraphic. setGraphicId(String value)Setter forDB_ETERNAL.G_GRAPHIC.GRAPHIC_ID.IGGraphicIGGraphic. setKey(String value)Setter forDB_ETERNAL.G_GRAPHIC.KEY.IGGraphicIGGraphic. setLanguage(String value)Setter forDB_ETERNAL.G_GRAPHIC.LANGUAGE.IGGraphicIGGraphic. setMaster(Boolean value)Setter forDB_ETERNAL.G_GRAPHIC.MASTER.IGGraphicIGGraphic. setMetadata(String value)Setter forDB_ETERNAL.G_GRAPHIC.METADATA.IGGraphicIGGraphic. setMode(String value)Setter forDB_ETERNAL.G_GRAPHIC.MODE.IGGraphicIGGraphic. setModelCategory(String value)Setter forDB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY.IGGraphicIGGraphic. setModelId(String value)Setter forDB_ETERNAL.G_GRAPHIC.MODEL_ID.IGGraphicIGGraphic. setModelKey(String value)Setter forDB_ETERNAL.G_GRAPHIC.MODEL_KEY.IGGraphicIGGraphic. setName(String value)Setter forDB_ETERNAL.G_GRAPHIC.NAME.IGGraphicIGGraphic. setOwnerId(String value)Setter forDB_ETERNAL.G_GRAPHIC.OWNER_ID.IGGraphicIGGraphic. setSigma(String value)Setter forDB_ETERNAL.G_GRAPHIC.SIGMA.IGGraphicIGGraphic. setType(String value)Setter forDB_ETERNAL.G_GRAPHIC.TYPE.IGGraphicIGGraphic. setUi(String value)Setter forDB_ETERNAL.G_GRAPHIC.UI.IGGraphicIGGraphic. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_GRAPHIC.UPDATED_AT.IGGraphicIGGraphic. setUpdatedBy(String value)Setter forDB_ETERNAL.G_GRAPHIC.UPDATED_BY.Methods in cn.vertxup.graphic.domain.tables.interfaces with parameters of type IGGraphic Modifier and Type Method Description voidIGGraphic. from(IGGraphic from)Load data from another generated Record/POJO implementing the common interface IGGraphic -
Uses of IGGraphic in cn.vertxup.graphic.domain.tables.pojos
Classes in cn.vertxup.graphic.domain.tables.pojos that implement IGGraphic Modifier and Type Class Description classGGraphicThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.pojos with type parameters of type IGGraphic Modifier and Type Method Description <E extends IGGraphic>
EGGraphic. into(E into)Methods in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGGraphic Modifier and Type Method Description voidGGraphic. from(IGGraphic from)Constructors in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGGraphic Constructor Description GGraphic(IGGraphic value) -
Uses of IGGraphic in cn.vertxup.graphic.domain.tables.records
Classes in cn.vertxup.graphic.domain.tables.records that implement IGGraphic Modifier and Type Class Description classGGraphicRecordThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.records with type parameters of type IGGraphic Modifier and Type Method Description <E extends IGGraphic>
EGGraphicRecord. into(E into)Methods in cn.vertxup.graphic.domain.tables.records with parameters of type IGGraphic Modifier and Type Method Description voidGGraphicRecord. from(IGGraphic from)
-