Class EDeptDao

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

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

    • EDeptDao

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

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

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

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

      public io.vertx.core.Future<List<EDept>> findManyByManagerId(Collection<String> values)
      Find records that have MANAGER_ID IN (values) asynchronously
    • findManyByManagerId

      public io.vertx.core.Future<List<EDept>> findManyByManagerId(Collection<String> values, int limit)
      Find records that have MANAGER_ID IN (values) asynchronously limited by the given limit
    • findManyByManagerName

      public io.vertx.core.Future<List<EDept>> findManyByManagerName(Collection<String> values)
      Find records that have MANAGER_NAME IN (values) asynchronously
    • findManyByManagerName

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

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

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

      public io.vertx.core.Future<List<EDept>> findManyByDeptId(Collection<String> values)
      Find records that have DEPT_ID IN (values) asynchronously
    • findManyByDeptId

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

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

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

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

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

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

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

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

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

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

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

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