Package cn.vertxup.fm.domain.tables.daos
Class 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 Summary
Constructors Constructor Description FBillItemDao(org.jooq.Configuration configuration, io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<List<FBillItem>>findManyByActive(Collection<Boolean> values)Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByActive(Collection<Boolean> values, int limit)Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByAmount(Collection<BigDecimal> values)Find records that haveAMOUNT IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByAmount(Collection<BigDecimal> values, int limit)Find records that haveAMOUNT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByAmountTotal(Collection<BigDecimal> values)Find records that haveAMOUNT_TOTAL IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByAmountTotal(Collection<BigDecimal> values, int limit)Find records that haveAMOUNT_TOTAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByBillId(Collection<String> values)Find records that haveBILL_ID IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByBillId(Collection<String> values, int limit)Find records that haveBILL_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByCode(Collection<String> values)Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByCode(Collection<String> values, int limit)Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByComment(Collection<String> values)Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByComment(Collection<String> values, int limit)Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByCreatedAt(Collection<LocalDateTime> values)Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByCreatedAt(Collection<LocalDateTime> values, int limit)Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByCreatedBy(Collection<String> values)Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByCreatedBy(Collection<String> values, int limit)Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByDelay(Collection<Boolean> values)Find records that haveDELAY IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByDelay(Collection<Boolean> values, int limit)Find records that haveDELAY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByDelayAt(Collection<LocalDateTime> values)Find records that haveDELAY_AT IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByDelayAt(Collection<LocalDateTime> values, int limit)Find records that haveDELAY_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByLanguage(Collection<String> values)Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByLanguage(Collection<String> values, int limit)Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByManualNo(Collection<String> values)Find records that haveMANUAL_NO IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByManualNo(Collection<String> values, int limit)Find records that haveMANUAL_NO IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByMetadata(Collection<String> values)Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByMetadata(Collection<String> values, int limit)Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByName(Collection<String> values)Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByName(Collection<String> values, int limit)Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByOpAt(Collection<LocalDateTime> values)Find records that haveOP_AT IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByOpAt(Collection<LocalDateTime> values, int limit)Find records that haveOP_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByOpBy(Collection<String> values)Find records that haveOP_BY IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByOpBy(Collection<String> values, int limit)Find records that haveOP_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByOpNumber(Collection<String> values)Find records that haveOP_NUMBER IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByOpNumber(Collection<String> values, int limit)Find records that haveOP_NUMBER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByOpShift(Collection<String> values)Find records that haveOP_SHIFT IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByOpShift(Collection<String> values, int limit)Find records that haveOP_SHIFT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByOpTransfer(Collection<String> values)Find records that haveOP_TRANSFER IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByOpTransfer(Collection<String> values, int limit)Find records that haveOP_TRANSFER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByPayTermId(Collection<String> values)Find records that havePAY_TERM_ID IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByPayTermId(Collection<String> values, int limit)Find records that havePAY_TERM_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByPrice(Collection<BigDecimal> values)Find records that havePRICE IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByPrice(Collection<BigDecimal> values, int limit)Find records that havePRICE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByQuantity(Collection<Integer> values)Find records that haveQUANTITY IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByQuantity(Collection<Integer> values, int limit)Find records that haveQUANTITY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByRelatedId(Collection<String> values)Find records that haveRELATED_ID IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByRelatedId(Collection<String> values, int limit)Find records that haveRELATED_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyBySerial(Collection<String> values)Find records that haveSERIAL IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyBySerial(Collection<String> values, int limit)Find records that haveSERIAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyBySettlementId(Collection<String> values)Find records that haveSETTLEMENT_ID IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyBySettlementId(Collection<String> values, int limit)Find records that haveSETTLEMENT_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyBySigma(Collection<String> values)Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyBySigma(Collection<String> values, int limit)Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByStatus(Collection<String> values)Find records that haveSTATUS IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByStatus(Collection<String> values, int limit)Find records that haveSTATUS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyBySubjectId(Collection<String> values)Find records that haveSUBJECT_ID IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyBySubjectId(Collection<String> values, int limit)Find records that haveSUBJECT_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByType(Collection<String> values)Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByType(Collection<String> values, int limit)Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByUpdatedAt(Collection<LocalDateTime> values)Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByUpdatedAt(Collection<LocalDateTime> values, int limit)Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FBillItem>>findManyByUpdatedBy(Collection<String> values)Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FBillItem>>findManyByUpdatedBy(Collection<String> values, int limit)Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitprotected StringgetId(FBillItem object)io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<FBillItemRecord,FBillItem,String>queryExecutor()-
Methods inherited from class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO
compositeKeyRecord, deleteByCondition, deleteById, deleteByIds, equalKey, equalKeys, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, getTable, getType, insert, insert, insert, insert, insertReturningPrimary, keyConverter, newRecord, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO
deleteByCondition, deleteById, deleteByIds, findAll, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByCondition, findManyByIds, findOneByCondition, findOneById, insert, insert, insert, insert, insertReturningPrimary, update
-
-
-
-
Method Detail
-
findManyByName
public io.vertx.core.Future<List<FBillItem>> findManyByName(Collection<String> values)
Find records that haveNAME IN (values)asynchronously
-
findManyByName
public io.vertx.core.Future<List<FBillItem>> findManyByName(Collection<String> values, int limit)
Find records that haveNAME IN (values)asynchronously limited by the given limit
-
findManyByCode
public io.vertx.core.Future<List<FBillItem>> findManyByCode(Collection<String> values)
Find records that haveCODE IN (values)asynchronously
-
findManyByCode
public io.vertx.core.Future<List<FBillItem>> findManyByCode(Collection<String> values, int limit)
Find records that haveCODE IN (values)asynchronously limited by the given limit
-
findManyBySerial
public io.vertx.core.Future<List<FBillItem>> findManyBySerial(Collection<String> values)
Find records that haveSERIAL IN (values)asynchronously
-
findManyBySerial
public io.vertx.core.Future<List<FBillItem>> findManyBySerial(Collection<String> values, int limit)
Find records that haveSERIAL IN (values)asynchronously limited by the given limit
-
findManyByType
public io.vertx.core.Future<List<FBillItem>> findManyByType(Collection<String> values)
Find records that haveTYPE IN (values)asynchronously
-
findManyByType
public io.vertx.core.Future<List<FBillItem>> findManyByType(Collection<String> values, int limit)
Find records that haveTYPE IN (values)asynchronously limited by the given limit
-
findManyByStatus
public io.vertx.core.Future<List<FBillItem>> findManyByStatus(Collection<String> values)
Find records that haveSTATUS IN (values)asynchronously
-
findManyByStatus
public io.vertx.core.Future<List<FBillItem>> findManyByStatus(Collection<String> values, int limit)
Find records that haveSTATUS IN (values)asynchronously limited by the given limit
-
findManyByAmount
public io.vertx.core.Future<List<FBillItem>> findManyByAmount(Collection<BigDecimal> values)
Find records that haveAMOUNT IN (values)asynchronously
-
findManyByAmount
public io.vertx.core.Future<List<FBillItem>> findManyByAmount(Collection<BigDecimal> values, int limit)
Find records that haveAMOUNT IN (values)asynchronously limited by the given limit
-
findManyByComment
public io.vertx.core.Future<List<FBillItem>> findManyByComment(Collection<String> values)
Find records that haveCOMMENT IN (values)asynchronously
-
findManyByComment
public io.vertx.core.Future<List<FBillItem>> findManyByComment(Collection<String> values, int limit)
Find records that haveCOMMENT IN (values)asynchronously limited by the given limit
-
findManyByManualNo
public io.vertx.core.Future<List<FBillItem>> findManyByManualNo(Collection<String> values)
Find records that haveMANUAL_NO IN (values)asynchronously
-
findManyByManualNo
public io.vertx.core.Future<List<FBillItem>> findManyByManualNo(Collection<String> values, int limit)
Find records that haveMANUAL_NO IN (values)asynchronously limited by the given limit
-
findManyByPrice
public io.vertx.core.Future<List<FBillItem>> findManyByPrice(Collection<BigDecimal> values)
Find records that havePRICE IN (values)asynchronously
-
findManyByPrice
public io.vertx.core.Future<List<FBillItem>> findManyByPrice(Collection<BigDecimal> values, int limit)
Find records that havePRICE IN (values)asynchronously limited by the given limit
-
findManyByQuantity
public io.vertx.core.Future<List<FBillItem>> findManyByQuantity(Collection<Integer> values)
Find records that haveQUANTITY IN (values)asynchronously
-
findManyByQuantity
public io.vertx.core.Future<List<FBillItem>> findManyByQuantity(Collection<Integer> values, int limit)
Find records that haveQUANTITY IN (values)asynchronously limited by the given limit
-
findManyByAmountTotal
public io.vertx.core.Future<List<FBillItem>> findManyByAmountTotal(Collection<BigDecimal> values)
Find records that haveAMOUNT_TOTAL IN (values)asynchronously
-
findManyByAmountTotal
public io.vertx.core.Future<List<FBillItem>> findManyByAmountTotal(Collection<BigDecimal> values, int limit)
Find records that haveAMOUNT_TOTAL IN (values)asynchronously limited by the given limit
-
findManyByDelay
public io.vertx.core.Future<List<FBillItem>> findManyByDelay(Collection<Boolean> values)
Find records that haveDELAY IN (values)asynchronously
-
findManyByDelay
public io.vertx.core.Future<List<FBillItem>> findManyByDelay(Collection<Boolean> values, int limit)
Find records that haveDELAY IN (values)asynchronously limited by the given limit
-
findManyByDelayAt
public io.vertx.core.Future<List<FBillItem>> findManyByDelayAt(Collection<LocalDateTime> values)
Find records that haveDELAY_AT IN (values)asynchronously
-
findManyByDelayAt
public io.vertx.core.Future<List<FBillItem>> findManyByDelayAt(Collection<LocalDateTime> values, int limit)
Find records that haveDELAY_AT IN (values)asynchronously limited by the given limit
-
findManyByOpBy
public io.vertx.core.Future<List<FBillItem>> findManyByOpBy(Collection<String> values)
Find records that haveOP_BY IN (values)asynchronously
-
findManyByOpBy
public io.vertx.core.Future<List<FBillItem>> findManyByOpBy(Collection<String> values, int limit)
Find records that haveOP_BY IN (values)asynchronously limited by the given limit
-
findManyByOpNumber
public io.vertx.core.Future<List<FBillItem>> findManyByOpNumber(Collection<String> values)
Find records that haveOP_NUMBER IN (values)asynchronously
-
findManyByOpNumber
public io.vertx.core.Future<List<FBillItem>> findManyByOpNumber(Collection<String> values, int limit)
Find records that haveOP_NUMBER IN (values)asynchronously limited by the given limit
-
findManyByOpShift
public io.vertx.core.Future<List<FBillItem>> findManyByOpShift(Collection<String> values)
Find records that haveOP_SHIFT IN (values)asynchronously
-
findManyByOpShift
public io.vertx.core.Future<List<FBillItem>> findManyByOpShift(Collection<String> values, int limit)
Find records that haveOP_SHIFT IN (values)asynchronously limited by the given limit
-
findManyByOpAt
public io.vertx.core.Future<List<FBillItem>> findManyByOpAt(Collection<LocalDateTime> values)
Find records that haveOP_AT IN (values)asynchronously
-
findManyByOpAt
public io.vertx.core.Future<List<FBillItem>> findManyByOpAt(Collection<LocalDateTime> values, int limit)
Find records that haveOP_AT IN (values)asynchronously limited by the given limit
-
findManyByOpTransfer
public io.vertx.core.Future<List<FBillItem>> findManyByOpTransfer(Collection<String> values)
Find records that haveOP_TRANSFER IN (values)asynchronously
-
findManyByOpTransfer
public io.vertx.core.Future<List<FBillItem>> findManyByOpTransfer(Collection<String> values, int limit)
Find records that haveOP_TRANSFER IN (values)asynchronously limited by the given limit
-
findManyByRelatedId
public io.vertx.core.Future<List<FBillItem>> findManyByRelatedId(Collection<String> values)
Find records that haveRELATED_ID IN (values)asynchronously
-
findManyByRelatedId
public io.vertx.core.Future<List<FBillItem>> findManyByRelatedId(Collection<String> values, int limit)
Find records that haveRELATED_ID IN (values)asynchronously limited by the given limit
-
findManyBySettlementId
public io.vertx.core.Future<List<FBillItem>> findManyBySettlementId(Collection<String> values)
Find records that haveSETTLEMENT_ID IN (values)asynchronously
-
findManyBySettlementId
public io.vertx.core.Future<List<FBillItem>> findManyBySettlementId(Collection<String> values, int limit)
Find records that haveSETTLEMENT_ID IN (values)asynchronously limited by the given limit
-
findManyByBillId
public io.vertx.core.Future<List<FBillItem>> findManyByBillId(Collection<String> values)
Find records that haveBILL_ID IN (values)asynchronously
-
findManyByBillId
public io.vertx.core.Future<List<FBillItem>> findManyByBillId(Collection<String> values, int limit)
Find records that haveBILL_ID IN (values)asynchronously limited by the given limit
-
findManyBySubjectId
public io.vertx.core.Future<List<FBillItem>> findManyBySubjectId(Collection<String> values)
Find records that haveSUBJECT_ID IN (values)asynchronously
-
findManyBySubjectId
public io.vertx.core.Future<List<FBillItem>> findManyBySubjectId(Collection<String> values, int limit)
Find records that haveSUBJECT_ID IN (values)asynchronously limited by the given limit
-
findManyByPayTermId
public io.vertx.core.Future<List<FBillItem>> findManyByPayTermId(Collection<String> values)
Find records that havePAY_TERM_ID IN (values)asynchronously
-
findManyByPayTermId
public io.vertx.core.Future<List<FBillItem>> findManyByPayTermId(Collection<String> values, int limit)
Find records that havePAY_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 haveSIGMA IN (values)asynchronously
-
findManyBySigma
public io.vertx.core.Future<List<FBillItem>> findManyBySigma(Collection<String> values, int limit)
Find records that haveSIGMA IN (values)asynchronously limited by the given limit
-
findManyByLanguage
public io.vertx.core.Future<List<FBillItem>> findManyByLanguage(Collection<String> values)
Find records that haveLANGUAGE IN (values)asynchronously
-
findManyByLanguage
public io.vertx.core.Future<List<FBillItem>> findManyByLanguage(Collection<String> values, int limit)
Find records that haveLANGUAGE IN (values)asynchronously limited by the given limit
-
findManyByActive
public io.vertx.core.Future<List<FBillItem>> findManyByActive(Collection<Boolean> values)
Find records that haveACTIVE IN (values)asynchronously
-
findManyByActive
public io.vertx.core.Future<List<FBillItem>> findManyByActive(Collection<Boolean> values, int limit)
Find records that haveACTIVE IN (values)asynchronously limited by the given limit
-
findManyByMetadata
public io.vertx.core.Future<List<FBillItem>> findManyByMetadata(Collection<String> values)
Find records that haveMETADATA IN (values)asynchronously
-
findManyByMetadata
public io.vertx.core.Future<List<FBillItem>> findManyByMetadata(Collection<String> values, int limit)
Find records that haveMETADATA IN (values)asynchronously limited by the given limit
-
findManyByCreatedAt
public io.vertx.core.Future<List<FBillItem>> findManyByCreatedAt(Collection<LocalDateTime> values)
Find records that haveCREATED_AT IN (values)asynchronously
-
findManyByCreatedAt
public io.vertx.core.Future<List<FBillItem>> findManyByCreatedAt(Collection<LocalDateTime> values, int limit)
Find records that haveCREATED_AT IN (values)asynchronously limited by the given limit
-
findManyByCreatedBy
public io.vertx.core.Future<List<FBillItem>> findManyByCreatedBy(Collection<String> values)
Find records that haveCREATED_BY IN (values)asynchronously
-
findManyByCreatedBy
public io.vertx.core.Future<List<FBillItem>> findManyByCreatedBy(Collection<String> values, int limit)
Find records that haveCREATED_BY IN (values)asynchronously limited by the given limit
-
findManyByUpdatedAt
public io.vertx.core.Future<List<FBillItem>> findManyByUpdatedAt(Collection<LocalDateTime> values)
Find records that haveUPDATED_AT IN (values)asynchronously
-
findManyByUpdatedAt
public io.vertx.core.Future<List<FBillItem>> findManyByUpdatedAt(Collection<LocalDateTime> values, int limit)
Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limit
-
findManyByUpdatedBy
public io.vertx.core.Future<List<FBillItem>> findManyByUpdatedBy(Collection<String> values)
Find records that haveUPDATED_BY IN (values)asynchronously
-
findManyByUpdatedBy
public io.vertx.core.Future<List<FBillItem>> findManyByUpdatedBy(Collection<String> values, int limit)
Find records that haveUPDATED_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:
queryExecutorin interfaceio.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:
queryExecutorin classio.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>>
-
-