Class EProjectDao

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

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

    • EProjectDao

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

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

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

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

      public io.vertx.core.Future<List<EProject>> findManyByShortName(Collection<String> values)
      Find records that have SHORT_NAME IN (values) asynchronously
    • findManyByShortName

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

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

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

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

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

      public io.vertx.core.Future<List<EProject>> findManyByStatus(Collection<String> values)
      Find records that have STATUS IN (values) asynchronously
    • findManyByStatus

      public io.vertx.core.Future<List<EProject>> findManyByStatus(Collection<String> values, int limit)
      Find records that have STATUS IN (values) asynchronously limited by the given limit
    • findManyByBudget

      public io.vertx.core.Future<List<EProject>> findManyByBudget(Collection<String> values)
      Find records that have BUDGET IN (values) asynchronously
    • findManyByBudget

      public io.vertx.core.Future<List<EProject>> findManyByBudget(Collection<String> values, int limit)
      Find records that have BUDGET IN (values) asynchronously limited by the given limit
    • findManyByLevel

      public io.vertx.core.Future<List<EProject>> findManyByLevel(Collection<String> values)
      Find records that have LEVEL IN (values) asynchronously
    • findManyByLevel

      public io.vertx.core.Future<List<EProject>> findManyByLevel(Collection<String> values, int limit)
      Find records that have LEVEL IN (values) asynchronously limited by the given limit
    • findManyByPriority

      public io.vertx.core.Future<List<EProject>> findManyByPriority(Collection<String> values)
      Find records that have PRIORITY IN (values) asynchronously
    • findManyByPriority

      public io.vertx.core.Future<List<EProject>> findManyByPriority(Collection<String> values, int limit)
      Find records that have PRIORITY IN (values) asynchronously limited by the given limit
    • findManyByRisk

      public io.vertx.core.Future<List<EProject>> findManyByRisk(Collection<String> values)
      Find records that have RISK IN (values) asynchronously
    • findManyByRisk

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

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

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

      public io.vertx.core.Future<List<EProject>> findManyByIcon(Collection<String> values)
      Find records that have ICON IN (values) asynchronously
    • findManyByIcon

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

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

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

      public io.vertx.core.Future<List<EProject>> findManyBySubject(Collection<String> values)
      Find records that have SUBJECT IN (values) asynchronously
    • findManyBySubject

      public io.vertx.core.Future<List<EProject>> findManyBySubject(Collection<String> values, int limit)
      Find records that have SUBJECT IN (values) asynchronously limited by the given limit
    • findManyByDescription

      public io.vertx.core.Future<List<EProject>> findManyByDescription(Collection<String> values)
      Find records that have DESCRIPTION IN (values) asynchronously
    • findManyByDescription

      public io.vertx.core.Future<List<EProject>> findManyByDescription(Collection<String> values, int limit)
      Find records that have DESCRIPTION IN (values) asynchronously limited by the given limit
    • findManyByRemark

      public io.vertx.core.Future<List<EProject>> findManyByRemark(Collection<String> values)
      Find records that have REMARK IN (values) asynchronously
    • findManyByRemark

      public io.vertx.core.Future<List<EProject>> findManyByRemark(Collection<String> values, int limit)
      Find records that have REMARK IN (values) asynchronously limited by the given limit
    • findManyByLeadBy

      public io.vertx.core.Future<List<EProject>> findManyByLeadBy(Collection<String> values)
      Find records that have LEAD_BY IN (values) asynchronously
    • findManyByLeadBy

      public io.vertx.core.Future<List<EProject>> findManyByLeadBy(Collection<String> values, int limit)
      Find records that have LEAD_BY IN (values) asynchronously limited by the given limit
    • findManyByPlanStartAt

      public io.vertx.core.Future<List<EProject>> findManyByPlanStartAt(Collection<LocalDateTime> values)
      Find records that have PLAN_START_AT IN (values) asynchronously
    • findManyByPlanStartAt

      public io.vertx.core.Future<List<EProject>> findManyByPlanStartAt(Collection<LocalDateTime> values, int limit)
      Find records that have PLAN_START_AT IN (values) asynchronously limited by the given limit
    • findManyByPlanEndAt

      public io.vertx.core.Future<List<EProject>> findManyByPlanEndAt(Collection<LocalDateTime> values)
      Find records that have PLAN_END_AT IN (values) asynchronously
    • findManyByPlanEndAt

      public io.vertx.core.Future<List<EProject>> findManyByPlanEndAt(Collection<LocalDateTime> values, int limit)
      Find records that have PLAN_END_AT IN (values) asynchronously limited by the given limit
    • findManyByStartAt

      public io.vertx.core.Future<List<EProject>> findManyByStartAt(Collection<LocalDateTime> values)
      Find records that have START_AT IN (values) asynchronously
    • findManyByStartAt

      public io.vertx.core.Future<List<EProject>> findManyByStartAt(Collection<LocalDateTime> values, int limit)
      Find records that have START_AT IN (values) asynchronously limited by the given limit
    • findManyByEndAt

      public io.vertx.core.Future<List<EProject>> findManyByEndAt(Collection<LocalDateTime> values)
      Find records that have END_AT IN (values) asynchronously
    • findManyByEndAt

      public io.vertx.core.Future<List<EProject>> findManyByEndAt(Collection<LocalDateTime> values, int limit)
      Find records that have END_AT IN (values) asynchronously limited by the given limit
    • findManyByMetadata

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

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

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

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

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

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

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

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

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