Class ECompanyDao

    • Constructor Detail

      • ECompanyDao

        public ECompanyDao​(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<ECompany>> findManyByName​(Collection<String> values)
        Find records that have NAME IN (values) asynchronously
      • findManyByName

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

        public io.vertx.core.Future<List<ECompany>> findManyByAlias​(Collection<String> values)
        Find records that have ALIAS IN (values) asynchronously
      • findManyByAlias

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

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

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

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

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

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

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

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

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByTaxTitle​(Collection<String> values)
        Find records that have TAX_TITLE IN (values) asynchronously
      • findManyByTaxTitle

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

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

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByFax​(Collection<String> values)
        Find records that have FAX IN (values) asynchronously
      • findManyByFax

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByHomepage​(Collection<String> values)
        Find records that have HOMEPAGE IN (values) asynchronously
      • findManyByHomepage

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByLogo​(Collection<String> values)
        Find records that have LOGO IN (values) asynchronously
      • findManyByLogo

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByPhone​(Collection<String> values)
        Find records that have PHONE IN (values) asynchronously
      • findManyByPhone

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByAddress​(Collection<String> values)
        Find records that have ADDRESS IN (values) asynchronously
      • findManyByAddress

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

        public io.vertx.core.Future<List<ECompany>> findManyByLocationId​(Collection<String> values)
        Find records that have LOCATION_ID IN (values) asynchronously
      • findManyByLocationId

        public io.vertx.core.Future<List<ECompany>> findManyByLocationId​(Collection<String> values,
                                                                         int limit)
        Find records that have LOCATION_ID IN (values) asynchronously limited by the given limit
      • findManyByCorporationName

        public io.vertx.core.Future<List<ECompany>> findManyByCorporationName​(Collection<String> values)
        Find records that have CORPORATION_NAME IN (values) asynchronously
      • findManyByCorporationName

        public io.vertx.core.Future<List<ECompany>> findManyByCorporationName​(Collection<String> values,
                                                                              int limit)
        Find records that have CORPORATION_NAME IN (values) asynchronously limited by the given limit
      • findManyByCorporationPhone

        public io.vertx.core.Future<List<ECompany>> findManyByCorporationPhone​(Collection<String> values)
        Find records that have CORPORATION_PHONE IN (values) asynchronously
      • findManyByCorporationPhone

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

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

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByContactPhone​(Collection<String> values)
        Find records that have CONTACT_PHONE IN (values) asynchronously
      • findManyByContactPhone

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

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

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

        public io.vertx.core.Future<List<ECompany>> findManyByCompanyId​(Collection<String> values)
        Find records that have COMPANY_ID IN (values) asynchronously
      • findManyByCompanyId

        public io.vertx.core.Future<List<ECompany>> findManyByCompanyId​(Collection<String> values,
                                                                        int limit)
        Find records that have COMPANY_ID IN (values) asynchronously limited by the given limit
      • findManyByCustomerId

        public io.vertx.core.Future<List<ECompany>> findManyByCustomerId​(Collection<String> values)
        Find records that have CUSTOMER_ID IN (values) asynchronously
      • findManyByCustomerId

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

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

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

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

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByActive​(Collection<Boolean> values)
        Find records that have ACTIVE IN (values) asynchronously
      • findManyByActive

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyBySigma​(Collection<String> values)
        Find records that have SIGMA IN (values) asynchronously
      • findManyBySigma

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByLanguage​(Collection<String> values)
        Find records that have LANGUAGE IN (values) asynchronously
      • findManyByLanguage

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByCreatedAt​(Collection<LocalDateTime> values)
        Find records that have CREATED_AT IN (values) asynchronously
      • findManyByCreatedAt

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByCreatedBy​(Collection<String> values)
        Find records that have CREATED_BY IN (values) asynchronously
      • findManyByCreatedBy

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByUpdatedAt​(Collection<LocalDateTime> values)
        Find records that have UPDATED_AT IN (values) asynchronously
      • findManyByUpdatedAt

        public io.vertx.core.Future<List<ECompany>> 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<ECompany>> findManyByUpdatedBy​(Collection<String> values)
        Find records that have UPDATED_BY IN (values) asynchronously
      • findManyByUpdatedBy

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