Class ECustomerDao

    • Constructor Detail

      • ECustomerDao

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

      • 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
      • 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
      • findManyByRunAmount

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

        public io.vertx.core.Future<List<ECustomer>> findManyByRunAmount​(Collection<BigDecimal> values,
                                                                         int limit)
        Find records that have RUN_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