Class ECustomerDao

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

public class ECustomerDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<ECustomerRecord,ECustomer,String,io.vertx.core.Future<List<ECustomer>>,io.vertx.core.Future<ECustomer>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<ECustomerRecord,ECustomer,String>
This class is generated by jOOQ.
  • Constructor Details

    • ECustomerDao

      public ECustomerDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
      Parameters:
      configuration - The Configuration used for rendering and query execution.
      vertx - the vertx instance
  • Method Details

    • getId

      protected String getId(ECustomer object)
      Specified by:
      getId in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<ECustomerRecord,ECustomer,String,io.vertx.core.Future<List<ECustomer>>,io.vertx.core.Future<ECustomer>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
    • findManyByName

      public io.vertx.core.Future<List<ECustomer>> findManyByName(Collection<String> values)
      Find records that have NAME IN (values) asynchronously
    • findManyByName

      public io.vertx.core.Future<List<ECustomer>> findManyByName(Collection<String> values, int limit)
      Find records that have NAME IN (values) asynchronously limited by the given limit
    • findManyByCode

      public io.vertx.core.Future<List<ECustomer>> findManyByCode(Collection<String> values)
      Find records that have CODE IN (values) asynchronously
    • findManyByCode

      public io.vertx.core.Future<List<ECustomer>> findManyByCode(Collection<String> values, int limit)
      Find records that have CODE IN (values) asynchronously limited by the given limit
    • findManyByType

      public io.vertx.core.Future<List<ECustomer>> findManyByType(Collection<String> values)
      Find records that have TYPE IN (values) asynchronously
    • findManyByType

      public io.vertx.core.Future<List<ECustomer>> findManyByType(Collection<String> values, int limit)
      Find records that have TYPE IN (values) asynchronously limited by the given limit
    • findManyByStatus

      public io.vertx.core.Future<List<ECustomer>> findManyByStatus(Collection<String> values)
      Find records that have STATUS IN (values) asynchronously
    • findManyByStatus

      public io.vertx.core.Future<List<ECustomer>> findManyByStatus(Collection<String> values, int limit)
      Find records that have STATUS IN (values) asynchronously limited by the given limit
    • findManyByTaxCode

      public io.vertx.core.Future<List<ECustomer>> findManyByTaxCode(Collection<String> values)
      Find records that have TAX_CODE IN (values) asynchronously
    • findManyByTaxCode

      public io.vertx.core.Future<List<ECustomer>> findManyByTaxCode(Collection<String> values, int limit)
      Find records that have TAX_CODE IN (values) asynchronously limited by the given limit
    • findManyByTaxTitle

      public io.vertx.core.Future<List<ECustomer>> findManyByTaxTitle(Collection<String> values)
      Find records that have TAX_TITLE IN (values) asynchronously
    • findManyByTaxTitle

      public io.vertx.core.Future<List<ECustomer>> findManyByTaxTitle(Collection<String> values, int limit)
      Find records that have TAX_TITLE IN (values) asynchronously limited by the given limit
    • findManyByContactName

      public io.vertx.core.Future<List<ECustomer>> findManyByContactName(Collection<String> values)
      Find records that have CONTACT_NAME IN (values) asynchronously
    • findManyByContactName

      public io.vertx.core.Future<List<ECustomer>> findManyByContactName(Collection<String> values, int limit)
      Find records that have CONTACT_NAME IN (values) asynchronously limited by the given limit
    • findManyByContactPhone

      public io.vertx.core.Future<List<ECustomer>> findManyByContactPhone(Collection<String> values)
      Find records that have CONTACT_PHONE IN (values) asynchronously
    • findManyByContactPhone

      public io.vertx.core.Future<List<ECustomer>> findManyByContactPhone(Collection<String> values, int limit)
      Find records that have CONTACT_PHONE IN (values) asynchronously limited by the given limit
    • findManyByContactEmail

      public io.vertx.core.Future<List<ECustomer>> findManyByContactEmail(Collection<String> values)
      Find records that have CONTACT_EMAIL IN (values) asynchronously
    • findManyByContactEmail

      public io.vertx.core.Future<List<ECustomer>> findManyByContactEmail(Collection<String> values, int limit)
      Find records that have CONTACT_EMAIL IN (values) asynchronously limited by the given limit
    • findManyByContactOnline

      public io.vertx.core.Future<List<ECustomer>> findManyByContactOnline(Collection<String> values)
      Find records that have CONTACT_ONLINE IN (values) asynchronously
    • findManyByContactOnline

      public io.vertx.core.Future<List<ECustomer>> findManyByContactOnline(Collection<String> values, int limit)
      Find records that have CONTACT_ONLINE IN (values) asynchronously limited by the given limit
    • findManyByTitle

      public io.vertx.core.Future<List<ECustomer>> findManyByTitle(Collection<String> values)
      Find records that have TITLE IN (values) asynchronously
    • findManyByTitle

      public io.vertx.core.Future<List<ECustomer>> findManyByTitle(Collection<String> values, int limit)
      Find records that have TITLE IN (values) asynchronously limited by the given limit
    • findManyByComment

      public io.vertx.core.Future<List<ECustomer>> findManyByComment(Collection<String> values)
      Find records that have COMMENT IN (values) asynchronously
    • findManyByComment

      public io.vertx.core.Future<List<ECustomer>> findManyByComment(Collection<String> values, int limit)
      Find records that have COMMENT IN (values) asynchronously limited by the given limit
    • findManyByEmail

      public io.vertx.core.Future<List<ECustomer>> findManyByEmail(Collection<String> values)
      Find records that have EMAIL IN (values) asynchronously
    • findManyByEmail

      public io.vertx.core.Future<List<ECustomer>> findManyByEmail(Collection<String> values, int limit)
      Find records that have EMAIL IN (values) asynchronously limited by the given limit
    • findManyByFax

      public io.vertx.core.Future<List<ECustomer>> findManyByFax(Collection<String> values)
      Find records that have FAX IN (values) asynchronously
    • findManyByFax

      public io.vertx.core.Future<List<ECustomer>> findManyByFax(Collection<String> values, int limit)
      Find records that have FAX IN (values) asynchronously limited by the given limit
    • findManyByHomepage

      public io.vertx.core.Future<List<ECustomer>> findManyByHomepage(Collection<String> values)
      Find records that have HOMEPAGE IN (values) asynchronously
    • findManyByHomepage

      public io.vertx.core.Future<List<ECustomer>> findManyByHomepage(Collection<String> values, int limit)
      Find records that have HOMEPAGE IN (values) asynchronously limited by the given limit
    • findManyByLogo

      public io.vertx.core.Future<List<ECustomer>> findManyByLogo(Collection<String> values)
      Find records that have LOGO IN (values) asynchronously
    • findManyByLogo

      public io.vertx.core.Future<List<ECustomer>> findManyByLogo(Collection<String> values, int limit)
      Find records that have LOGO IN (values) asynchronously limited by the given limit
    • findManyByPhone

      public io.vertx.core.Future<List<ECustomer>> findManyByPhone(Collection<String> values)
      Find records that have PHONE IN (values) asynchronously
    • findManyByPhone

      public io.vertx.core.Future<List<ECustomer>> findManyByPhone(Collection<String> values, int limit)
      Find records that have PHONE IN (values) asynchronously limited by the given limit
    • findManyByAddress

      public io.vertx.core.Future<List<ECustomer>> findManyByAddress(Collection<String> values)
      Find records that have ADDRESS IN (values) asynchronously
    • findManyByAddress

      public io.vertx.core.Future<List<ECustomer>> findManyByAddress(Collection<String> values, int limit)
      Find records that have ADDRESS IN (values) asynchronously limited by the given limit
    • findManyBySignName

      public io.vertx.core.Future<List<ECustomer>> findManyBySignName(Collection<String> values)
      Find records that have SIGN_NAME IN (values) asynchronously
    • findManyBySignName

      public io.vertx.core.Future<List<ECustomer>> findManyBySignName(Collection<String> values, int limit)
      Find records that have SIGN_NAME IN (values) asynchronously limited by the given limit
    • findManyBySignPhone

      public io.vertx.core.Future<List<ECustomer>> findManyBySignPhone(Collection<String> values)
      Find records that have SIGN_PHONE IN (values) asynchronously
    • findManyBySignPhone

      public io.vertx.core.Future<List<ECustomer>> findManyBySignPhone(Collection<String> values, int limit)
      Find records that have SIGN_PHONE IN (values) asynchronously limited by the given limit
    • findManyByRunUp

      public io.vertx.core.Future<List<ECustomer>> findManyByRunUp(Collection<Boolean> values)
      Find records that have RUN_UP IN (values) asynchronously
    • findManyByRunUp

      public io.vertx.core.Future<List<ECustomer>> findManyByRunUp(Collection<Boolean> values, int limit)
      Find records that have RUN_UP IN (values) asynchronously limited by the given limit
    • findManyByRunUpAmount

      public io.vertx.core.Future<List<ECustomer>> findManyByRunUpAmount(Collection<BigDecimal> values)
      Find records that have RUN_UP_AMOUNT IN (values) asynchronously
    • findManyByRunUpAmount

      public io.vertx.core.Future<List<ECustomer>> findManyByRunUpAmount(Collection<BigDecimal> values, int limit)
      Find records that have RUN_UP_AMOUNT IN (values) asynchronously limited by the given limit
    • findManyByBankId

      public io.vertx.core.Future<List<ECustomer>> findManyByBankId(Collection<String> values)
      Find records that have BANK_ID IN (values) asynchronously
    • findManyByBankId

      public io.vertx.core.Future<List<ECustomer>> findManyByBankId(Collection<String> values, int limit)
      Find records that have BANK_ID IN (values) asynchronously limited by the given limit
    • findManyByBankCard

      public io.vertx.core.Future<List<ECustomer>> findManyByBankCard(Collection<String> values)
      Find records that have BANK_CARD IN (values) asynchronously
    • findManyByBankCard

      public io.vertx.core.Future<List<ECustomer>> findManyByBankCard(Collection<String> values, int limit)
      Find records that have BANK_CARD IN (values) asynchronously limited by the given limit
    • findManyByMetadata

      public io.vertx.core.Future<List<ECustomer>> findManyByMetadata(Collection<String> values)
      Find records that have METADATA IN (values) asynchronously
    • findManyByMetadata

      public io.vertx.core.Future<List<ECustomer>> findManyByMetadata(Collection<String> values, int limit)
      Find records that have METADATA IN (values) asynchronously limited by the given limit
    • findManyByActive

      public io.vertx.core.Future<List<ECustomer>> findManyByActive(Collection<Boolean> values)
      Find records that have ACTIVE IN (values) asynchronously
    • findManyByActive

      public io.vertx.core.Future<List<ECustomer>> findManyByActive(Collection<Boolean> values, int limit)
      Find records that have ACTIVE IN (values) asynchronously limited by the given limit
    • findManyBySigma

      public io.vertx.core.Future<List<ECustomer>> findManyBySigma(Collection<String> values)
      Find records that have SIGMA IN (values) asynchronously
    • findManyBySigma

      public io.vertx.core.Future<List<ECustomer>> findManyBySigma(Collection<String> values, int limit)
      Find records that have SIGMA IN (values) asynchronously limited by the given limit
    • findManyByLanguage

      public io.vertx.core.Future<List<ECustomer>> findManyByLanguage(Collection<String> values)
      Find records that have LANGUAGE IN (values) asynchronously
    • findManyByLanguage

      public io.vertx.core.Future<List<ECustomer>> findManyByLanguage(Collection<String> values, int limit)
      Find records that have LANGUAGE IN (values) asynchronously limited by the given limit
    • findManyByCreatedAt

      public io.vertx.core.Future<List<ECustomer>> findManyByCreatedAt(Collection<LocalDateTime> values)
      Find records that have CREATED_AT IN (values) asynchronously
    • findManyByCreatedAt

      public io.vertx.core.Future<List<ECustomer>> findManyByCreatedAt(Collection<LocalDateTime> values, int limit)
      Find records that have CREATED_AT IN (values) asynchronously limited by the given limit
    • findManyByCreatedBy

      public io.vertx.core.Future<List<ECustomer>> findManyByCreatedBy(Collection<String> values)
      Find records that have CREATED_BY IN (values) asynchronously
    • findManyByCreatedBy

      public io.vertx.core.Future<List<ECustomer>> findManyByCreatedBy(Collection<String> values, int limit)
      Find records that have CREATED_BY IN (values) asynchronously limited by the given limit
    • findManyByUpdatedAt

      public io.vertx.core.Future<List<ECustomer>> findManyByUpdatedAt(Collection<LocalDateTime> values)
      Find records that have UPDATED_AT IN (values) asynchronously
    • findManyByUpdatedAt

      public io.vertx.core.Future<List<ECustomer>> findManyByUpdatedAt(Collection<LocalDateTime> values, int limit)
      Find records that have UPDATED_AT IN (values) asynchronously limited by the given limit
    • findManyByUpdatedBy

      public io.vertx.core.Future<List<ECustomer>> findManyByUpdatedBy(Collection<String> values)
      Find records that have UPDATED_BY IN (values) asynchronously
    • findManyByUpdatedBy

      public io.vertx.core.Future<List<ECustomer>> findManyByUpdatedBy(Collection<String> values, int limit)
      Find records that have UPDATED_BY IN (values) asynchronously limited by the given limit
    • queryExecutor

      public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<ECustomerRecord,ECustomer,String> queryExecutor()
      Specified by:
      queryExecutor in interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<ECustomerRecord,ECustomer,String,io.vertx.core.Future<List<ECustomer>>,io.vertx.core.Future<ECustomer>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
      Overrides:
      queryExecutor in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<ECustomerRecord,ECustomer,String,io.vertx.core.Future<List<ECustomer>>,io.vertx.core.Future<ECustomer>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>