Uses of Class
cn.vertxup.workflow.domain.tables.pojos.TAssetIn
-
Packages that use TAssetIn Package Description cn.vertxup.workflow.domain.tables.daos cn.vertxup.workflow.domain.tables.pojos cn.vertxup.workflow.domain.tables.records -
-
Uses of TAssetIn in cn.vertxup.workflow.domain.tables.daos
Methods in cn.vertxup.workflow.domain.tables.daos that return types with arguments of type TAssetIn Modifier and Type Method Description io.vertx.core.Future<List<TAssetIn>>TAssetInDao. findManyByCommentIn(Collection<String> values)Find records that haveCOMMENT_IN IN (values)asynchronouslyio.vertx.core.Future<List<TAssetIn>>TAssetInDao. findManyByCommentIn(Collection<String> values, int limit)Find records that haveCOMMENT_IN IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TAssetInRecord,TAssetIn,String>TAssetInDao. queryExecutor()Methods in cn.vertxup.workflow.domain.tables.daos with parameters of type TAssetIn Modifier and Type Method Description protected StringTAssetInDao. getId(TAssetIn object) -
Uses of TAssetIn in cn.vertxup.workflow.domain.tables.pojos
Methods in cn.vertxup.workflow.domain.tables.pojos that return TAssetIn Modifier and Type Method Description TAssetInTAssetIn. setCommentIn(String commentIn)Setter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN.TAssetInTAssetIn. setKey(String key)Setter forDB_ETERNAL.T_ASSET_IN.KEY. -
Uses of TAssetIn in cn.vertxup.workflow.domain.tables.records
Constructors in cn.vertxup.workflow.domain.tables.records with parameters of type TAssetIn Constructor Description TAssetInRecord(TAssetIn value)Create a detached, initialised TAssetInRecord
-