Uses of Class
cn.vertxup.workflow.domain.tables.pojos.TAssetKo
-
Packages that use TAssetKo Package Description cn.vertxup.workflow.domain.tables.daos cn.vertxup.workflow.domain.tables.pojos cn.vertxup.workflow.domain.tables.records -
-
Uses of TAssetKo in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type TAssetKo Modifier and Type Method Description io.vertx.core.Future<List<TAssetKo>>TAssetKoDao. findManyByCommentKo(Collection<String> values)Find records that haveCOMMENT_KO IN (values)asynchronouslyio.vertx.core.Future<List<TAssetKo>>TAssetKoDao. findManyByCommentKo(Collection<String> values, int limit)Find records that haveCOMMENT_KO IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetKoRecord,TAssetKo,String>TAssetKoDao. queryExecutor()Methods in cn.vertxup.workflow.domain.tables.daos with parameters of type TAssetKo Modifier and Type Method Description protected StringTAssetKoDao. getId(TAssetKo object) -
Uses of TAssetKo in cn.vertxup.workflow.domain.tables.pojos
Methods in cn.vertxup.workflow.domain.tables.pojos that return TAssetKo Modifier and Type Method Description TAssetKoTAssetKo. setCommentKo(String commentKo)Setter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO.TAssetKoTAssetKo. setKey(String key)Setter forDB_ETERNAL.T_ASSET_KO.KEY. -
Uses of TAssetKo in cn.vertxup.workflow.domain.tables.records
Constructors in cn.vertxup.workflow.domain.tables.records with parameters of type TAssetKo Constructor Description TAssetKoRecord(TAssetKo value)Create a detached, initialised TAssetKoRecord
-