Class ECompanyDao

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

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

    • ECompanyDao

      public ECompanyDao(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(ECompany object)
      Specified by:
      getId in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<ECompanyRecord,ECompany,String,io.vertx.core.Future<List<ECompany>>,io.vertx.core.Future<ECompany>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
    • 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
    • queryExecutor

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