Uses of Class
cn.vertxup.workflow.domain.tables.records.TAssetInRecord
-
Packages that use TAssetInRecord 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 TAssetInRecord in cn.vertxup.workflow.domain
Fields in cn.vertxup.workflow.domain with type parameters of type TAssetInRecord Modifier and Type Field Description static org.jooq.UniqueKey<TAssetInRecord>Keys. KEY_T_ASSET_IN_PRIMARY -
Uses of TAssetInRecord in cn.vertxup.workflow.domain.tables
Fields in cn.vertxup.workflow.domain.tables with type parameters of type TAssetInRecord Modifier and Type Field Description org.jooq.TableField<TAssetInRecord,String>TAssetIn. COMMENT_INThe columnDB_ETERNAL.T_ASSET_IN.COMMENT_IN.org.jooq.TableField<TAssetInRecord,String>TAssetIn. KEYThe columnDB_ETERNAL.T_ASSET_IN.KEY.Methods in cn.vertxup.workflow.domain.tables that return types with arguments of type TAssetInRecord Modifier and Type Method Description org.jooq.UniqueKey<TAssetInRecord>TAssetIn. getPrimaryKey()Class<TAssetInRecord>TAssetIn. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.workflow.domain.tables with type arguments of type TAssetInRecord Constructor Description TAssetIn(org.jooq.Table<O> child, org.jooq.ForeignKey<O,TAssetInRecord> key) -
Uses of TAssetInRecord in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type TAssetInRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetInRecord,TAssetIn,String>TAssetInDao. queryExecutor() -
Uses of TAssetInRecord in cn.vertxup.workflow.domain.tables.records
Methods in cn.vertxup.workflow.domain.tables.records that return TAssetInRecord Modifier and Type Method Description TAssetInRecordTAssetInRecord. setCommentIn(String value)Setter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN.TAssetInRecordTAssetInRecord. setKey(String value)Setter forDB_ETERNAL.T_ASSET_IN.KEY.TAssetInRecordTAssetInRecord. value1(String value)TAssetInRecordTAssetInRecord. value2(String value)TAssetInRecordTAssetInRecord. values(String value1, String value2)
-