Class EContractDao

    • Constructor Detail

      • EContractDao

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

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

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

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

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

        public io.vertx.core.Future<List<EContract>> findManyByFileKey​(Collection<String> values)
        Find records that have FILE_KEY IN (values) asynchronously
      • findManyByFileKey

        public io.vertx.core.Future<List<EContract>> findManyByFileKey​(Collection<String> values,
                                                                       int limit)
        Find records that have FILE_KEY IN (values) asynchronously limited by the given limit
      • findManyByAmount

        public io.vertx.core.Future<List<EContract>> findManyByAmount​(Collection<BigDecimal> values)
        Find records that have AMOUNT IN (values) asynchronously
      • findManyByAmount

        public io.vertx.core.Future<List<EContract>> findManyByAmount​(Collection<BigDecimal> values,
                                                                      int limit)
        Find records that have AMOUNT IN (values) asynchronously limited by the given limit
      • findManyByCompanyId

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

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

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

        public io.vertx.core.Future<List<EContract>> findManyByExpiredAt​(Collection<LocalDateTime> values)
        Find records that have EXPIRED_AT IN (values) asynchronously
      • findManyByExpiredAt

        public io.vertx.core.Future<List<EContract>> findManyByExpiredAt​(Collection<LocalDateTime> values,
                                                                         int limit)
        Find records that have EXPIRED_AT IN (values) asynchronously limited by the given limit
      • findManyBySignedAt

        public io.vertx.core.Future<List<EContract>> findManyBySignedAt​(Collection<LocalDateTime> values)
        Find records that have SIGNED_AT IN (values) asynchronously
      • findManyBySignedAt

        public io.vertx.core.Future<List<EContract>> findManyBySignedAt​(Collection<LocalDateTime> values,
                                                                        int limit)
        Find records that have SIGNED_AT IN (values) asynchronously limited by the given limit
      • findManyByRunAt

        public io.vertx.core.Future<List<EContract>> findManyByRunAt​(Collection<LocalDateTime> values,
                                                                     int limit)
        Find records that have RUN_AT IN (values) asynchronously limited by the given limit
      • findManyByRunUpAt

        public io.vertx.core.Future<List<EContract>> findManyByRunUpAt​(Collection<LocalDateTime> values)
        Find records that have RUN_UP_AT IN (values) asynchronously
      • findManyByRunUpAt

        public io.vertx.core.Future<List<EContract>> findManyByRunUpAt​(Collection<LocalDateTime> values,
                                                                       int limit)
        Find records that have RUN_UP_AT IN (values) asynchronously limited by the given limit
      • findManyByAName

        public io.vertx.core.Future<List<EContract>> findManyByAName​(Collection<String> values)
        Find records that have A_NAME IN (values) asynchronously
      • findManyByAName

        public io.vertx.core.Future<List<EContract>> findManyByAName​(Collection<String> values,
                                                                     int limit)
        Find records that have A_NAME IN (values) asynchronously limited by the given limit
      • findManyByAPhone

        public io.vertx.core.Future<List<EContract>> findManyByAPhone​(Collection<String> values)
        Find records that have A_PHONE IN (values) asynchronously
      • findManyByAPhone

        public io.vertx.core.Future<List<EContract>> findManyByAPhone​(Collection<String> values,
                                                                      int limit)
        Find records that have A_PHONE IN (values) asynchronously limited by the given limit
      • findManyByAAddress

        public io.vertx.core.Future<List<EContract>> findManyByAAddress​(Collection<String> values)
        Find records that have A_ADDRESS IN (values) asynchronously
      • findManyByAAddress

        public io.vertx.core.Future<List<EContract>> findManyByAAddress​(Collection<String> values,
                                                                        int limit)
        Find records that have A_ADDRESS IN (values) asynchronously limited by the given limit
      • findManyByBName

        public io.vertx.core.Future<List<EContract>> findManyByBName​(Collection<String> values)
        Find records that have B_NAME IN (values) asynchronously
      • findManyByBName

        public io.vertx.core.Future<List<EContract>> findManyByBName​(Collection<String> values,
                                                                     int limit)
        Find records that have B_NAME IN (values) asynchronously limited by the given limit
      • findManyByBPhone

        public io.vertx.core.Future<List<EContract>> findManyByBPhone​(Collection<String> values)
        Find records that have B_PHONE IN (values) asynchronously
      • findManyByBPhone

        public io.vertx.core.Future<List<EContract>> findManyByBPhone​(Collection<String> values,
                                                                      int limit)
        Find records that have B_PHONE IN (values) asynchronously limited by the given limit
      • findManyByBAddress

        public io.vertx.core.Future<List<EContract>> findManyByBAddress​(Collection<String> values)
        Find records that have B_ADDRESS IN (values) asynchronously
      • findManyByBAddress

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

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

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

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

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

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

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

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

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

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

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