Uses of Class
cn.vertxup.erp.domain.tables.pojos.RCompanyCustomer
-
Packages that use RCompanyCustomer Package Description cn.vertxup.erp.domain.tables.daos cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of RCompanyCustomer in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type RCompanyCustomer Modifier and Type Method Description io.vertx.core.Future<List<RCompanyCustomer>>RCompanyCustomerDao. findManyByComment(Collection<String> values)Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<RCompanyCustomer>>RCompanyCustomerDao. findManyByComment(Collection<String> values, int limit)Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<RCompanyCustomer>>RCompanyCustomerDao. findManyByCustomerId(Collection<String> values)Find records that haveCUSTOMER_ID IN (values)asynchronouslyio.vertx.core.Future<List<RCompanyCustomer>>RCompanyCustomerDao. findManyByCustomerId(Collection<String> values, int limit)Find records that haveCUSTOMER_ID IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>RCompanyCustomerDao. queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type RCompanyCustomer Modifier and Type Method Description protected org.jooq.Record2<String,String>RCompanyCustomerDao. getId(RCompanyCustomer object) -
Uses of RCompanyCustomer in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return RCompanyCustomer Modifier and Type Method Description RCompanyCustomerRCompanyCustomer. setComment(String comment)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.RCompanyCustomerRCompanyCustomer. setCompanyId(String companyId)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.RCompanyCustomerRCompanyCustomer. setCustomerId(String customerId)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. -
Uses of RCompanyCustomer in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type RCompanyCustomer Constructor Description RCompanyCustomerRecord(RCompanyCustomer value)Create a detached, initialised RCompanyCustomerRecord
-