Uses of Interface
cn.vertxup.graphic.domain.tables.interfaces.IGCluster
-
Packages that use IGCluster Package Description cn.vertxup.graphic.domain.tables.interfaces cn.vertxup.graphic.domain.tables.pojos cn.vertxup.graphic.domain.tables.records -
-
Uses of IGCluster in cn.vertxup.graphic.domain.tables.interfaces
Methods in cn.vertxup.graphic.domain.tables.interfaces with type parameters of type IGCluster Modifier and Type Method Description <E extends IGCluster>
EIGCluster. into(E into)Copy data into another generated Record/POJO implementing the common interface IGClusterMethods in cn.vertxup.graphic.domain.tables.interfaces that return IGCluster Modifier and Type Method Description default IGClusterIGCluster. fromJson(io.vertx.core.json.JsonObject json)IGClusterIGCluster. setActive(Boolean value)Setter forDB_ETERNAL.G_CLUSTER.ACTIVE.IGClusterIGCluster. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_CLUSTER.CREATED_AT.IGClusterIGCluster. setCreatedBy(String value)Setter forDB_ETERNAL.G_CLUSTER.CREATED_BY.IGClusterIGCluster. setGraphicId(String value)Setter forDB_ETERNAL.G_CLUSTER.GRAPHIC_ID.IGClusterIGCluster. setKey(String value)Setter forDB_ETERNAL.G_CLUSTER.KEY.IGClusterIGCluster. setLanguage(String value)Setter forDB_ETERNAL.G_CLUSTER.LANGUAGE.IGClusterIGCluster. setMetadata(String value)Setter forDB_ETERNAL.G_CLUSTER.METADATA.IGClusterIGCluster. setName(String value)Setter forDB_ETERNAL.G_CLUSTER.NAME.IGClusterIGCluster. setRecordData(String value)Setter forDB_ETERNAL.G_CLUSTER.RECORD_DATA.IGClusterIGCluster. setRecordKey(String value)Setter forDB_ETERNAL.G_CLUSTER.RECORD_KEY.IGClusterIGCluster. setSigma(String value)Setter forDB_ETERNAL.G_CLUSTER.SIGMA.IGClusterIGCluster. setUi(String value)Setter forDB_ETERNAL.G_CLUSTER.UI.IGClusterIGCluster. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_CLUSTER.UPDATED_AT.IGClusterIGCluster. setUpdatedBy(String value)Setter forDB_ETERNAL.G_CLUSTER.UPDATED_BY.IGClusterIGCluster. setX(Integer value)Setter forDB_ETERNAL.G_CLUSTER.X.IGClusterIGCluster. setY(Integer value)Setter forDB_ETERNAL.G_CLUSTER.Y.Methods in cn.vertxup.graphic.domain.tables.interfaces with parameters of type IGCluster Modifier and Type Method Description voidIGCluster. from(IGCluster from)Load data from another generated Record/POJO implementing the common interface IGCluster -
Uses of IGCluster in cn.vertxup.graphic.domain.tables.pojos
Classes in cn.vertxup.graphic.domain.tables.pojos that implement IGCluster Modifier and Type Class Description classGClusterThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.pojos with type parameters of type IGCluster Modifier and Type Method Description <E extends IGCluster>
EGCluster. into(E into)Methods in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGCluster Modifier and Type Method Description voidGCluster. from(IGCluster from)Constructors in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGCluster Constructor Description GCluster(IGCluster value) -
Uses of IGCluster in cn.vertxup.graphic.domain.tables.records
Classes in cn.vertxup.graphic.domain.tables.records that implement IGCluster Modifier and Type Class Description classGClusterRecordThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.records with type parameters of type IGCluster Modifier and Type Method Description <E extends IGCluster>
EGClusterRecord. into(E into)Methods in cn.vertxup.graphic.domain.tables.records with parameters of type IGCluster Modifier and Type Method Description voidGClusterRecord. from(IGCluster from)
-