Uses of Class
cn.vertxup.erp.domain.tables.records.RAssetShareRecord
-
Packages that use RAssetShareRecord Package Description cn.vertxup.erp.domain cn.vertxup.erp.domain.tables cn.vertxup.erp.domain.tables.daos cn.vertxup.erp.domain.tables.records -
-
Uses of RAssetShareRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type RAssetShareRecord Modifier and Type Field Description static org.jooq.UniqueKey<RAssetShareRecord>Keys. KEY_R_ASSET_SHARE_PRIMARY -
Uses of RAssetShareRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type RAssetShareRecord Modifier and Type Field Description org.jooq.TableField<RAssetShareRecord,String>RAssetShare. ASSET_IDThe columnDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.org.jooq.TableField<RAssetShareRecord,String>RAssetShare. COMMENTThe columnDB_ETERNAL.R_ASSET_SHARE.COMMENT.org.jooq.TableField<RAssetShareRecord,String>RAssetShare. ENTITY_IDThe columnDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.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 RAssetShareRecord Modifier and Type Method Description org.jooq.UniqueKey<RAssetShareRecord>RAssetShare. getPrimaryKey()Class<RAssetShareRecord>RAssetShare. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type RAssetShareRecord Constructor Description RAssetShare(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 RAssetShareRecord Modifier and Type Method Description io.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 RAssetShareRecord Modifier and Type Method Description RAssetShareRecordRAssetShareRecord. setAssetId(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.RAssetShareRecordRAssetShareRecord. setComment(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.RAssetShareRecordRAssetShareRecord. setEntityId(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.RAssetShareRecordRAssetShareRecord. setEntityType(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.RAssetShareRecordRAssetShareRecord. value1(String value)RAssetShareRecordRAssetShareRecord. value2(String value)RAssetShareRecordRAssetShareRecord. value3(String value)RAssetShareRecordRAssetShareRecord. value4(String value)RAssetShareRecordRAssetShareRecord. values(String value1, String value2, String value3, String value4)
-