Uses of Class
cn.vertxup.erp.domain.tables.pojos.RCompanyCustomer
Packages that use RCompanyCustomer
Package
Description
-
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 RCompanyCustomerModifier and TypeMethodDescriptionio.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 -
Uses of RCompanyCustomer in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return RCompanyCustomerModifier and TypeMethodDescriptionRCompanyCustomer.setComment(String comment) Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.RCompanyCustomer.setCompanyId(String companyId) Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.RCompanyCustomer.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 RCompanyCustomerModifierConstructorDescriptionCreate a detached, initialised RCompanyCustomerRecord