Uses of Class
cn.vertxup.workflow.domain.tables.records.TAssetOutRecord
-
Packages that use TAssetOutRecord 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 TAssetOutRecord in cn.vertxup.workflow.domain
Fields in cn.vertxup.workflow.domain with type parameters of type TAssetOutRecord Modifier and Type Field Description static org.jooq.UniqueKey<TAssetOutRecord>Keys. KEY_T_ASSET_OUT_PRIMARY -
Uses of TAssetOutRecord in cn.vertxup.workflow.domain.tables
Fields in cn.vertxup.workflow.domain.tables with type parameters of type TAssetOutRecord Modifier and Type Field Description org.jooq.TableField<TAssetOutRecord,String>TAssetOut. COMMENT_OUTThe columnDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT.org.jooq.TableField<TAssetOutRecord,String>TAssetOut. COMMENT_USAGEThe columnDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE.org.jooq.TableField<TAssetOutRecord,String>TAssetOut. KEYThe columnDB_ETERNAL.T_ASSET_OUT.KEY.Methods in cn.vertxup.workflow.domain.tables that return types with arguments of type TAssetOutRecord Modifier and Type Method Description org.jooq.UniqueKey<TAssetOutRecord>TAssetOut. getPrimaryKey()Class<TAssetOutRecord>TAssetOut. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.workflow.domain.tables with type arguments of type TAssetOutRecord Constructor Description TAssetOut(org.jooq.Table<O> child, org.jooq.ForeignKey<O,TAssetOutRecord> key) -
Uses of TAssetOutRecord in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type TAssetOutRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetOutRecord,TAssetOut,String>TAssetOutDao. queryExecutor() -
Uses of TAssetOutRecord in cn.vertxup.workflow.domain.tables.records
Methods in cn.vertxup.workflow.domain.tables.records that return TAssetOutRecord Modifier and Type Method Description TAssetOutRecordTAssetOutRecord. setCommentOut(String value)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT.TAssetOutRecordTAssetOutRecord. setCommentUsage(String value)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE.TAssetOutRecordTAssetOutRecord. setKey(String value)Setter forDB_ETERNAL.T_ASSET_OUT.KEY.TAssetOutRecordTAssetOutRecord. value1(String value)TAssetOutRecordTAssetOutRecord. value2(String value)TAssetOutRecordTAssetOutRecord. value3(String value)TAssetOutRecordTAssetOutRecord. values(String value1, String value2, String value3)
-