Uses of Class
cn.vertxup.erp.domain.tables.pojos.RAssetShare
Packages that use RAssetShare
Package
Description
-
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 RAssetShareModifier and TypeMethodDescriptionio.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 -
Uses of RAssetShare in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return RAssetShareModifier and TypeMethodDescriptionRAssetShare.setAssetId(String assetId) Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.RAssetShare.setComment(String comment) Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.RAssetShare.setEntityId(String entityId) Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.RAssetShare.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 RAssetShareModifierConstructorDescriptionRAssetShareRecord(RAssetShare value) Create a detached, initialised RAssetShareRecord