Class EContractDao

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

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

    • EContractDao

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

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

      public io.vertx.core.Future<List<EContract>> 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<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
    • findManyByStatus

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

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

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

      public io.vertx.core.Future<List<EContract>> findManyByLevel(Collection<String> values, int limit)
      Find records that have LEVEL 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
    • findManyBySubject

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

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

      public io.vertx.core.Future<List<EContract>> findManyByDescription(Collection<String> values, int limit)
      Find records that have DESCRIPTION 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
    • findManyByRemark

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

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

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

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

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

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

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

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

      public io.vertx.core.Future<List<EContract>> findManyBySignedBy(Collection<String> values, int limit)
      Find records that have SIGNED_BY 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
    • findManyByPartyA

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

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

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

      public io.vertx.core.Future<List<EContract>> findManyByPartyB(Collection<String> values, int limit)
      Find records that have PARTY_B 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
    • findManyByALegal

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

      public io.vertx.core.Future<List<EContract>> findManyByALegal(Collection<String> values, int limit)
      Find records that have A_LEGAL 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
    • findManyByBLegal

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

      public io.vertx.core.Future<List<EContract>> findManyByBLegal(Collection<String> values, int limit)
      Find records that have B_LEGAL 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
    • 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
    • queryExecutor

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