Uses of Class
cn.vertxup.workflow.domain.tables.pojos.TAssetOut
-
Packages that use TAssetOut Package Description cn.vertxup.workflow.domain.tables.daos cn.vertxup.workflow.domain.tables.pojos cn.vertxup.workflow.domain.tables.records -
-
Uses of TAssetOut in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type TAssetOut Modifier and Type Method Description io.vertx.core.Future<List<TAssetOut>>TAssetOutDao. findManyByCommentOut(Collection<String> values)Find records that haveCOMMENT_OUT IN (values)asynchronouslyio.vertx.core.Future<List<TAssetOut>>TAssetOutDao. findManyByCommentOut(Collection<String> values, int limit)Find records that haveCOMMENT_OUT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TAssetOut>>TAssetOutDao. findManyByCommentUsage(Collection<String> values)Find records that haveCOMMENT_USAGE IN (values)asynchronouslyio.vertx.core.Future<List<TAssetOut>>TAssetOutDao. findManyByCommentUsage(Collection<String> values, int limit)Find records that haveCOMMENT_USAGE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetOutRecord,TAssetOut,String>TAssetOutDao. queryExecutor()Methods in cn.vertxup.workflow.domain.tables.daos with parameters of type TAssetOut Modifier and Type Method Description protected StringTAssetOutDao. getId(TAssetOut object) -
Uses of TAssetOut in cn.vertxup.workflow.domain.tables.pojos
Methods in cn.vertxup.workflow.domain.tables.pojos that return TAssetOut Modifier and Type Method Description TAssetOutTAssetOut. setCommentOut(String commentOut)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT.TAssetOutTAssetOut. setCommentUsage(String commentUsage)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE.TAssetOutTAssetOut. setKey(String key)Setter forDB_ETERNAL.T_ASSET_OUT.KEY. -
Uses of TAssetOut in cn.vertxup.workflow.domain.tables.records
Constructors in cn.vertxup.workflow.domain.tables.records with parameters of type TAssetOut Constructor Description TAssetOutRecord(TAssetOut value)Create a detached, initialised TAssetOutRecord
-