Class FBillItemDao

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

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

    • FBillItemDao

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

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

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

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

      public io.vertx.core.Future<List<FBillItem>> findManyBySerial(Collection<String> values)
      Find records that have SERIAL IN (values) asynchronously
    • findManyBySerial

      public io.vertx.core.Future<List<FBillItem>> findManyBySerial(Collection<String> values, int limit)
      Find records that have SERIAL IN (values) asynchronously limited by the given limit
    • findManyByIncome

      public io.vertx.core.Future<List<FBillItem>> findManyByIncome(Collection<Boolean> values)
      Find records that have INCOME IN (values) asynchronously
    • findManyByIncome

      public io.vertx.core.Future<List<FBillItem>> findManyByIncome(Collection<Boolean> values, int limit)
      Find records that have INCOME IN (values) asynchronously limited by the given limit
    • findManyByType

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

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

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

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

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

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

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

      public io.vertx.core.Future<List<FBillItem>> findManyByManualNo(Collection<String> values)
      Find records that have MANUAL_NO IN (values) asynchronously
    • findManyByManualNo

      public io.vertx.core.Future<List<FBillItem>> findManyByManualNo(Collection<String> values, int limit)
      Find records that have MANUAL_NO IN (values) asynchronously limited by the given limit
    • findManyByUnit

      public io.vertx.core.Future<List<FBillItem>> findManyByUnit(Collection<String> values)
      Find records that have UNIT IN (values) asynchronously
    • findManyByUnit

      public io.vertx.core.Future<List<FBillItem>> findManyByUnit(Collection<String> values, int limit)
      Find records that have UNIT IN (values) asynchronously limited by the given limit
    • findManyByPrice

      public io.vertx.core.Future<List<FBillItem>> findManyByPrice(Collection<BigDecimal> values)
      Find records that have PRICE IN (values) asynchronously
    • findManyByPrice

      public io.vertx.core.Future<List<FBillItem>> findManyByPrice(Collection<BigDecimal> values, int limit)
      Find records that have PRICE IN (values) asynchronously limited by the given limit
    • findManyByQuantity

      public io.vertx.core.Future<List<FBillItem>> findManyByQuantity(Collection<Integer> values)
      Find records that have QUANTITY IN (values) asynchronously
    • findManyByQuantity

      public io.vertx.core.Future<List<FBillItem>> findManyByQuantity(Collection<Integer> values, int limit)
      Find records that have QUANTITY IN (values) asynchronously limited by the given limit
    • findManyByAmountTotal

      public io.vertx.core.Future<List<FBillItem>> findManyByAmountTotal(Collection<BigDecimal> values)
      Find records that have AMOUNT_TOTAL IN (values) asynchronously
    • findManyByAmountTotal

      public io.vertx.core.Future<List<FBillItem>> findManyByAmountTotal(Collection<BigDecimal> values, int limit)
      Find records that have AMOUNT_TOTAL IN (values) asynchronously limited by the given limit
    • findManyByOpBy

      public io.vertx.core.Future<List<FBillItem>> findManyByOpBy(Collection<String> values)
      Find records that have OP_BY IN (values) asynchronously
    • findManyByOpBy

      public io.vertx.core.Future<List<FBillItem>> findManyByOpBy(Collection<String> values, int limit)
      Find records that have OP_BY IN (values) asynchronously limited by the given limit
    • findManyByOpNumber

      public io.vertx.core.Future<List<FBillItem>> findManyByOpNumber(Collection<String> values)
      Find records that have OP_NUMBER IN (values) asynchronously
    • findManyByOpNumber

      public io.vertx.core.Future<List<FBillItem>> findManyByOpNumber(Collection<String> values, int limit)
      Find records that have OP_NUMBER IN (values) asynchronously limited by the given limit
    • findManyByOpShift

      public io.vertx.core.Future<List<FBillItem>> findManyByOpShift(Collection<String> values)
      Find records that have OP_SHIFT IN (values) asynchronously
    • findManyByOpShift

      public io.vertx.core.Future<List<FBillItem>> findManyByOpShift(Collection<String> values, int limit)
      Find records that have OP_SHIFT IN (values) asynchronously limited by the given limit
    • findManyByOpAt

      public io.vertx.core.Future<List<FBillItem>> findManyByOpAt(Collection<LocalDateTime> values)
      Find records that have OP_AT IN (values) asynchronously
    • findManyByOpAt

      public io.vertx.core.Future<List<FBillItem>> findManyByOpAt(Collection<LocalDateTime> values, int limit)
      Find records that have OP_AT IN (values) asynchronously limited by the given limit
    • findManyByRelatedId

      public io.vertx.core.Future<List<FBillItem>> findManyByRelatedId(Collection<String> values)
      Find records that have RELATED_ID IN (values) asynchronously
    • findManyByRelatedId

      public io.vertx.core.Future<List<FBillItem>> findManyByRelatedId(Collection<String> values, int limit)
      Find records that have RELATED_ID IN (values) asynchronously limited by the given limit
    • findManyBySettlementId

      public io.vertx.core.Future<List<FBillItem>> findManyBySettlementId(Collection<String> values)
      Find records that have SETTLEMENT_ID IN (values) asynchronously
    • findManyBySettlementId

      public io.vertx.core.Future<List<FBillItem>> findManyBySettlementId(Collection<String> values, int limit)
      Find records that have SETTLEMENT_ID IN (values) asynchronously limited by the given limit
    • findManyByBillId

      public io.vertx.core.Future<List<FBillItem>> findManyByBillId(Collection<String> values)
      Find records that have BILL_ID IN (values) asynchronously
    • findManyByBillId

      public io.vertx.core.Future<List<FBillItem>> findManyByBillId(Collection<String> values, int limit)
      Find records that have BILL_ID IN (values) asynchronously limited by the given limit
    • findManyBySubjectId

      public io.vertx.core.Future<List<FBillItem>> findManyBySubjectId(Collection<String> values)
      Find records that have SUBJECT_ID IN (values) asynchronously
    • findManyBySubjectId

      public io.vertx.core.Future<List<FBillItem>> findManyBySubjectId(Collection<String> values, int limit)
      Find records that have SUBJECT_ID IN (values) asynchronously limited by the given limit
    • findManyByPayTermId

      public io.vertx.core.Future<List<FBillItem>> findManyByPayTermId(Collection<String> values)
      Find records that have PAY_TERM_ID IN (values) asynchronously
    • findManyByPayTermId

      public io.vertx.core.Future<List<FBillItem>> findManyByPayTermId(Collection<String> values, int limit)
      Find records that have PAY_TERM_ID IN (values) asynchronously limited by the given limit
    • findManyBySigma

      public io.vertx.core.Future<List<FBillItem>> findManyBySigma(Collection<String> values)
      Find records that have SIGMA IN (values) asynchronously
    • findManyBySigma

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

      public io.vertx.core.Future<List<FBillItem>> findManyByLanguage(Collection<String> values, int limit)
      Find records that have LANGUAGE IN (values) asynchronously limited by the given limit
    • findManyByActive

      public io.vertx.core.Future<List<FBillItem>> findManyByActive(Collection<Boolean> values)
      Find records that have ACTIVE IN (values) asynchronously
    • findManyByActive

      public io.vertx.core.Future<List<FBillItem>> findManyByActive(Collection<Boolean> values, int limit)
      Find records that have ACTIVE IN (values) asynchronously limited by the given limit
    • findManyByMetadata

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

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

      public io.vertx.core.Future<List<FBillItem>> findManyByCreatedAt(Collection<LocalDateTime> values)
      Find records that have CREATED_AT IN (values) asynchronously
    • findManyByCreatedAt

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

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

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

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