Uses of Interface
cn.vertxup.graphic.domain.tables.interfaces.IGEdge
-
Packages that use IGEdge Package Description cn.vertxup.graphic.domain.tables.interfaces cn.vertxup.graphic.domain.tables.pojos cn.vertxup.graphic.domain.tables.records -
-
Uses of IGEdge in cn.vertxup.graphic.domain.tables.interfaces
Methods in cn.vertxup.graphic.domain.tables.interfaces with type parameters of type IGEdge Modifier and Type Method Description <E extends IGEdge>
EIGEdge. into(E into)Copy data into another generated Record/POJO implementing the common interface IGEdgeMethods in cn.vertxup.graphic.domain.tables.interfaces that return IGEdge Modifier and Type Method Description default IGEdgeIGEdge. fromJson(io.vertx.core.json.JsonObject json)IGEdgeIGEdge. setActive(Boolean value)Setter forDB_ETERNAL.G_EDGE.ACTIVE.IGEdgeIGEdge. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_EDGE.CREATED_AT.IGEdgeIGEdge. setCreatedBy(String value)Setter forDB_ETERNAL.G_EDGE.CREATED_BY.IGEdgeIGEdge. setGraphicId(String value)Setter forDB_ETERNAL.G_EDGE.GRAPHIC_ID.IGEdgeIGEdge. setKey(String value)Setter forDB_ETERNAL.G_EDGE.KEY.IGEdgeIGEdge. setLanguage(String value)Setter forDB_ETERNAL.G_EDGE.LANGUAGE.IGEdgeIGEdge. setMetadata(String value)Setter forDB_ETERNAL.G_EDGE.METADATA.IGEdgeIGEdge. setName(String value)Setter forDB_ETERNAL.G_EDGE.NAME.IGEdgeIGEdge. setRecordData(String value)Setter forDB_ETERNAL.G_EDGE.RECORD_DATA.IGEdgeIGEdge. setRecordKey(String value)Setter forDB_ETERNAL.G_EDGE.RECORD_KEY.IGEdgeIGEdge. setSigma(String value)Setter forDB_ETERNAL.G_EDGE.SIGMA.IGEdgeIGEdge. setSourceKey(String value)Setter forDB_ETERNAL.G_EDGE.SOURCE_KEY.IGEdgeIGEdge. setTargetKey(String value)Setter forDB_ETERNAL.G_EDGE.TARGET_KEY.IGEdgeIGEdge. setType(String value)Setter forDB_ETERNAL.G_EDGE.TYPE.IGEdgeIGEdge. setUi(String value)Setter forDB_ETERNAL.G_EDGE.UI.IGEdgeIGEdge. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_EDGE.UPDATED_AT.IGEdgeIGEdge. setUpdatedBy(String value)Setter forDB_ETERNAL.G_EDGE.UPDATED_BY.Methods in cn.vertxup.graphic.domain.tables.interfaces with parameters of type IGEdge Modifier and Type Method Description voidIGEdge. from(IGEdge from)Load data from another generated Record/POJO implementing the common interface IGEdge -
Uses of IGEdge in cn.vertxup.graphic.domain.tables.pojos
Classes in cn.vertxup.graphic.domain.tables.pojos that implement IGEdge Modifier and Type Class Description classGEdgeThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.pojos with type parameters of type IGEdge Modifier and Type Method Description <E extends IGEdge>
EGEdge. into(E into)Methods in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGEdge Modifier and Type Method Description voidGEdge. from(IGEdge from)Constructors in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGEdge Constructor Description GEdge(IGEdge value) -
Uses of IGEdge in cn.vertxup.graphic.domain.tables.records
Classes in cn.vertxup.graphic.domain.tables.records that implement IGEdge Modifier and Type Class Description classGEdgeRecordThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.records with type parameters of type IGEdge Modifier and Type Method Description <E extends IGEdge>
EGEdgeRecord. into(E into)Methods in cn.vertxup.graphic.domain.tables.records with parameters of type IGEdge Modifier and Type Method Description voidGEdgeRecord. from(IGEdge from)
-