Uses of Class
cn.vertxup.erp.domain.tables.records.RCompanyCustomerRecord
-
Packages that use RCompanyCustomerRecord 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 RCompanyCustomerRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type RCompanyCustomerRecord Modifier and Type Field Description static org.jooq.UniqueKey<RCompanyCustomerRecord>Keys. KEY_R_COMPANY_CUSTOMER_PRIMARY -
Uses of RCompanyCustomerRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type RCompanyCustomerRecord Modifier and Type Field Description org.jooq.TableField<RCompanyCustomerRecord,String>RCompanyCustomer. COMMENTThe columnDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.org.jooq.TableField<RCompanyCustomerRecord,String>RCompanyCustomer. COMPANY_IDThe columnDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.org.jooq.TableField<RCompanyCustomerRecord,String>RCompanyCustomer. CUSTOMER_IDThe columnDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type RCompanyCustomerRecord Modifier and Type Method Description org.jooq.UniqueKey<RCompanyCustomerRecord>RCompanyCustomer. getPrimaryKey()Class<RCompanyCustomerRecord>RCompanyCustomer. getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type RCompanyCustomerRecord Constructor Description RCompanyCustomer(org.jooq.Table<O> child, org.jooq.ForeignKey<O,RCompanyCustomerRecord> key) -
Uses of RCompanyCustomerRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type RCompanyCustomerRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>RCompanyCustomerDao. queryExecutor() -
Uses of RCompanyCustomerRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return RCompanyCustomerRecord Modifier and Type Method Description RCompanyCustomerRecordRCompanyCustomerRecord. setComment(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.RCompanyCustomerRecordRCompanyCustomerRecord. setCompanyId(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.RCompanyCustomerRecordRCompanyCustomerRecord. setCustomerId(String value)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.RCompanyCustomerRecordRCompanyCustomerRecord. value1(String value)RCompanyCustomerRecordRCompanyCustomerRecord. value2(String value)RCompanyCustomerRecordRCompanyCustomerRecord. value3(String value)RCompanyCustomerRecordRCompanyCustomerRecord. values(String value1, String value2, String value3)
-