Class FInvoiceDao

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

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

    • FInvoiceDao

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

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

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

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

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

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

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

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

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

      public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceTitle(Collection<String> values)
      Find records that have INVOICE_TITLE IN (values) asynchronously
    • findManyByInvoiceTitle

      public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceTitle(Collection<String> values, int limit)
      Find records that have INVOICE_TITLE IN (values) asynchronously limited by the given limit
    • findManyByInvoiceNumber

      public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceNumber(Collection<String> values)
      Find records that have INVOICE_NUMBER IN (values) asynchronously
    • findManyByInvoiceNumber

      public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceNumber(Collection<String> values, int limit)
      Find records that have INVOICE_NUMBER IN (values) asynchronously limited by the given limit
    • findManyByInvoiceSerial

      public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceSerial(Collection<String> values)
      Find records that have INVOICE_SERIAL IN (values) asynchronously
    • findManyByInvoiceSerial

      public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceSerial(Collection<String> values, int limit)
      Find records that have INVOICE_SERIAL IN (values) asynchronously limited by the given limit
    • findManyByTin

      public io.vertx.core.Future<List<FInvoice>> findManyByTin(Collection<String> values)
      Find records that have TIN IN (values) asynchronously
    • findManyByTin

      public io.vertx.core.Future<List<FInvoice>> findManyByTin(Collection<String> values, int limit)
      Find records that have TIN IN (values) asynchronously limited by the given limit
    • findManyByTinName

      public io.vertx.core.Future<List<FInvoice>> findManyByTinName(Collection<String> values)
      Find records that have TIN_NAME IN (values) asynchronously
    • findManyByTinName

      public io.vertx.core.Future<List<FInvoice>> findManyByTinName(Collection<String> values, int limit)
      Find records that have TIN_NAME IN (values) asynchronously limited by the given limit
    • findManyByPersonal

      public io.vertx.core.Future<List<FInvoice>> findManyByPersonal(Collection<Boolean> values)
      Find records that have PERSONAL IN (values) asynchronously
    • findManyByPersonal

      public io.vertx.core.Future<List<FInvoice>> findManyByPersonal(Collection<Boolean> values, int limit)
      Find records that have PERSONAL IN (values) asynchronously limited by the given limit
    • findManyByDescBank

      public io.vertx.core.Future<List<FInvoice>> findManyByDescBank(Collection<String> values)
      Find records that have DESC_BANK IN (values) asynchronously
    • findManyByDescBank

      public io.vertx.core.Future<List<FInvoice>> findManyByDescBank(Collection<String> values, int limit)
      Find records that have DESC_BANK IN (values) asynchronously limited by the given limit
    • findManyByDescCompany

      public io.vertx.core.Future<List<FInvoice>> findManyByDescCompany(Collection<String> values)
      Find records that have DESC_COMPANY IN (values) asynchronously
    • findManyByDescCompany

      public io.vertx.core.Future<List<FInvoice>> findManyByDescCompany(Collection<String> values, int limit)
      Find records that have DESC_COMPANY IN (values) asynchronously limited by the given limit
    • findManyByDescLocation

      public io.vertx.core.Future<List<FInvoice>> findManyByDescLocation(Collection<String> values)
      Find records that have DESC_LOCATION IN (values) asynchronously
    • findManyByDescLocation

      public io.vertx.core.Future<List<FInvoice>> findManyByDescLocation(Collection<String> values, int limit)
      Find records that have DESC_LOCATION IN (values) asynchronously limited by the given limit
    • findManyByDescUser

      public io.vertx.core.Future<List<FInvoice>> findManyByDescUser(Collection<String> values)
      Find records that have DESC_USER IN (values) asynchronously
    • findManyByDescUser

      public io.vertx.core.Future<List<FInvoice>> findManyByDescUser(Collection<String> values, int limit)
      Find records that have DESC_USER IN (values) asynchronously limited by the given limit
    • findManyByNameReceipt

      public io.vertx.core.Future<List<FInvoice>> findManyByNameReceipt(Collection<String> values)
      Find records that have NAME_RECEIPT IN (values) asynchronously
    • findManyByNameReceipt

      public io.vertx.core.Future<List<FInvoice>> findManyByNameReceipt(Collection<String> values, int limit)
      Find records that have NAME_RECEIPT IN (values) asynchronously limited by the given limit
    • findManyByNameRecheck

      public io.vertx.core.Future<List<FInvoice>> findManyByNameRecheck(Collection<String> values)
      Find records that have NAME_RECHECK IN (values) asynchronously
    • findManyByNameRecheck

      public io.vertx.core.Future<List<FInvoice>> findManyByNameRecheck(Collection<String> values, int limit)
      Find records that have NAME_RECHECK IN (values) asynchronously limited by the given limit
    • findManyByNameBilling

      public io.vertx.core.Future<List<FInvoice>> findManyByNameBilling(Collection<String> values)
      Find records that have NAME_BILLING IN (values) asynchronously
    • findManyByNameBilling

      public io.vertx.core.Future<List<FInvoice>> findManyByNameBilling(Collection<String> values, int limit)
      Find records that have NAME_BILLING IN (values) asynchronously limited by the given limit
    • findManyByNameSelling

      public io.vertx.core.Future<List<FInvoice>> findManyByNameSelling(Collection<String> values)
      Find records that have NAME_SELLING IN (values) asynchronously
    • findManyByNameSelling

      public io.vertx.core.Future<List<FInvoice>> findManyByNameSelling(Collection<String> values, int limit)
      Find records that have NAME_SELLING IN (values) asynchronously limited by the given limit
    • findManyByOrderId

      public io.vertx.core.Future<List<FInvoice>> findManyByOrderId(Collection<String> values)
      Find records that have ORDER_ID IN (values) asynchronously
    • findManyByOrderId

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

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

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

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

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

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

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

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

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

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