Uses of Class
cn.vertxup.erp.domain.tables.pojos.RAssetShare
-
Packages that use RAssetShare Package Description cn.vertxup.erp.domain.tables.daos cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of RAssetShare in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type RAssetShare Modifier and Type Method Description io.vertx.core.Future<List<RAssetShare>>RAssetShareDao. findManyByComment(Collection<String> values)Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<RAssetShare>>RAssetShareDao. findManyByComment(Collection<String> values, int limit)Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RAssetShare>>RAssetShareDao. findManyByEntityId(Collection<String> values)Find records that haveENTITY_ID IN (values)asynchronouslyio.vertx.core.Future<List<RAssetShare>>RAssetShareDao. findManyByEntityId(Collection<String> values, int limit)Find records that haveENTITY_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RAssetShare>>RAssetShareDao. findManyByEntityType(Collection<String> values)Find records that haveENTITY_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<RAssetShare>>RAssetShareDao. findManyByEntityType(Collection<String> values, int limit)Find records that haveENTITY_TYPE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RAssetShareRecord,RAssetShare,org.jooq.Record3<String,String,String>>RAssetShareDao. queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type RAssetShare Modifier and Type Method Description protected org.jooq.Record3<String,String,String>RAssetShareDao. getId(RAssetShare object) -
Uses of RAssetShare in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return RAssetShare Modifier and Type Method Description RAssetShareRAssetShare. setAssetId(String assetId)Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.RAssetShareRAssetShare. setComment(String comment)Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.RAssetShareRAssetShare. setEntityId(String entityId)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.RAssetShareRAssetShare. setEntityType(String entityType)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. -
Uses of RAssetShare in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type RAssetShare Constructor Description RAssetShareRecord(RAssetShare value)Create a detached, initialised RAssetShareRecord
-