Class RCompanyCustomerDao

java.lang.Object
io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>,io.vertx.core.Future<List<RCompanyCustomer>>,io.vertx.core.Future<RCompanyCustomer>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record2<String,String>>>
cn.vertxup.erp.domain.tables.daos.RCompanyCustomerDao
All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>, io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>,io.vertx.core.Future<List<RCompanyCustomer>>,io.vertx.core.Future<RCompanyCustomer>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record2<String,String>>>

public class RCompanyCustomerDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>,io.vertx.core.Future<List<RCompanyCustomer>>,io.vertx.core.Future<RCompanyCustomer>,io.vertx.core.Future<Integer>,io.vertx.core.Future<org.jooq.Record2<String,String>>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>
This class is generated by jOOQ.
  • Constructor Summary

    Constructors
    Constructor
    Description
    RCompanyCustomerDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<List<RCompanyCustomer>>
    Find records that have COMMENT IN (values) asynchronously
    io.vertx.core.Future<List<RCompanyCustomer>>
    findManyByComment(Collection<String> values, int limit)
    Find records that have COMMENT IN (values) asynchronously limited by the given limit
    io.vertx.core.Future<List<RCompanyCustomer>>
    Find records that have CUSTOMER_ID IN (values) asynchronously
    io.vertx.core.Future<List<RCompanyCustomer>>
    findManyByCustomerId(Collection<String> values, int limit)
    Find records that have CUSTOMER_ID IN (values) asynchronously limited by the given limit
    protected org.jooq.Record2<String,String>
     
    io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RCompanyCustomerRecord,RCompanyCustomer,org.jooq.Record2<String,String>>
     

    Methods inherited from class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO

    compositeKeyRecord, deleteByCondition, deleteById, deleteByIds, equalKey, equalKeys, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, getTable, getType, insert, insert, insert, insert, insertReturningPrimary, keyConverter, newRecord, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO

    deleteByCondition, deleteById, deleteByIds, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, insert, insert, insert, insert, insertReturningPrimary, update