Class EBrandDao

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

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

    • EBrandDao

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

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

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

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

      public io.vertx.core.Future<List<EBrand>> 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<EBrand>> findManyByAlias(Collection<String> values)
      Find records that have ALIAS IN (values) asynchronously
    • findManyByAlias

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

      public io.vertx.core.Future<List<EBrand>> findManyByCompanyName(Collection<String> values)
      Find records that have COMPANY_NAME IN (values) asynchronously
    • findManyByCompanyName

      public io.vertx.core.Future<List<EBrand>> findManyByCompanyName(Collection<String> values, int limit)
      Find records that have COMPANY_NAME IN (values) asynchronously limited by the given limit
    • findManyByCategoryCode

      public io.vertx.core.Future<List<EBrand>> findManyByCategoryCode(Collection<String> values)
      Find records that have CATEGORY_CODE IN (values) asynchronously
    • findManyByCategoryCode

      public io.vertx.core.Future<List<EBrand>> findManyByCategoryCode(Collection<String> values, int limit)
      Find records that have CATEGORY_CODE IN (values) asynchronously limited by the given limit
    • findManyByCategoryName

      public io.vertx.core.Future<List<EBrand>> findManyByCategoryName(Collection<String> values)
      Find records that have CATEGORY_NAME IN (values) asynchronously
    • findManyByCategoryName

      public io.vertx.core.Future<List<EBrand>> findManyByCategoryName(Collection<String> values, int limit)
      Find records that have CATEGORY_NAME IN (values) asynchronously limited by the given limit
    • findManyByArea

      public io.vertx.core.Future<List<EBrand>> findManyByArea(Collection<String> values)
      Find records that have AREA IN (values) asynchronously
    • findManyByArea

      public io.vertx.core.Future<List<EBrand>> findManyByArea(Collection<String> values, int limit)
      Find records that have AREA IN (values) asynchronously limited by the given limit
    • findManyByAreaName

      public io.vertx.core.Future<List<EBrand>> findManyByAreaName(Collection<String> values)
      Find records that have AREA_NAME IN (values) asynchronously
    • findManyByAreaName

      public io.vertx.core.Future<List<EBrand>> findManyByAreaName(Collection<String> values, int limit)
      Find records that have AREA_NAME IN (values) asynchronously limited by the given limit
    • findManyByAreaCategory

      public io.vertx.core.Future<List<EBrand>> findManyByAreaCategory(Collection<String> values)
      Find records that have AREA_CATEGORY IN (values) asynchronously
    • findManyByAreaCategory

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

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

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

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

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

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

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

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

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

      public io.vertx.core.Future<List<EBrand>> 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<EBrandRecord,EBrand,String> queryExecutor()
      Specified by:
      queryExecutor in interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<EBrandRecord,EBrand,String,io.vertx.core.Future<List<EBrand>>,io.vertx.core.Future<EBrand>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
      Overrides:
      queryExecutor in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<EBrandRecord,EBrand,String,io.vertx.core.Future<List<EBrand>>,io.vertx.core.Future<EBrand>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>