Uses of Class
cn.vertxup.workflow.domain.tables.records.TAssetKoRecord
-
Packages that use TAssetKoRecord Package Description cn.vertxup.workflow.domain cn.vertxup.workflow.domain.tables cn.vertxup.workflow.domain.tables.daos cn.vertxup.workflow.domain.tables.records -
-
Uses of TAssetKoRecord in cn.vertxup.workflow.domain
Fields in cn.vertxup.workflow.domain with type parameters of type TAssetKoRecord Modifier and Type Field Description static org.jooq.UniqueKey<TAssetKoRecord>Keys. KEY_T_ASSET_KO_PRIMARY -
Uses of TAssetKoRecord in cn.vertxup.workflow.domain.tables
Fields in cn.vertxup.workflow.domain.tables with type parameters of type TAssetKoRecord Modifier and Type Field Description org.jooq.TableField<TAssetKoRecord,String>TAssetKo. COMMENT_KOThe columnDB_ETERNAL.T_ASSET_KO.COMMENT_KO.org.jooq.TableField<TAssetKoRecord,String>TAssetKo. KEYThe columnDB_ETERNAL.T_ASSET_KO.KEY.Methods in cn.vertxup.workflow.domain.tables that return types with arguments of type TAssetKoRecord Modifier and Type Method Description org.jooq.UniqueKey<TAssetKoRecord>TAssetKo. getPrimaryKey()Class<TAssetKoRecord>TAssetKo. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.workflow.domain.tables with type arguments of type TAssetKoRecord Constructor Description TAssetKo(org.jooq.Table<O> child, org.jooq.ForeignKey<O,TAssetKoRecord> key) -
Uses of TAssetKoRecord in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type TAssetKoRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetKoRecord,TAssetKo,String>TAssetKoDao. queryExecutor() -
Uses of TAssetKoRecord in cn.vertxup.workflow.domain.tables.records
Methods in cn.vertxup.workflow.domain.tables.records that return TAssetKoRecord Modifier and Type Method Description TAssetKoRecordTAssetKoRecord. setCommentKo(String value)Setter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO.TAssetKoRecordTAssetKoRecord. setKey(String value)Setter forDB_ETERNAL.T_ASSET_KO.KEY.TAssetKoRecordTAssetKoRecord. value1(String value)TAssetKoRecordTAssetKoRecord. value2(String value)TAssetKoRecordTAssetKoRecord. values(String value1, String value2)
-