Uses of Class
cn.vertxup.erp.domain.tables.records.RAssetShareRecord
Packages that use RAssetShareRecord
Package
Description
-
Uses of RAssetShareRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type RAssetShareRecord -
Uses of RAssetShareRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type RAssetShareRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<RAssetShareRecord,String> RAssetShare.ASSET_IDThe columnDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.final org.jooq.TableField<RAssetShareRecord,String> RAssetShare.COMMENTThe columnDB_ETERNAL.R_ASSET_SHARE.COMMENT.final org.jooq.TableField<RAssetShareRecord,String> RAssetShare.ENTITY_IDThe columnDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.final org.jooq.TableField<RAssetShareRecord,String> RAssetShare.ENTITY_TYPEThe columnDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type RAssetShareRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<RAssetShareRecord>RAssetShare.getPrimaryKey()RAssetShare.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type RAssetShareRecordModifierConstructorDescriptionRAssetShare(org.jooq.Table<O> child, org.jooq.ForeignKey<O, RAssetShareRecord> key) -
Uses of RAssetShareRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type RAssetShareRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RAssetShareRecord,RAssetShare, org.jooq.Record3<String, String, String>> RAssetShareDao.queryExecutor() -
Uses of RAssetShareRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return RAssetShareRecordModifier and TypeMethodDescriptionRAssetShareRecord.setAssetId(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.RAssetShareRecord.setComment(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.RAssetShareRecord.setEntityId(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.RAssetShareRecord.setEntityType(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.