Class EAssetDao
-
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<EAssetRecord,EAsset,String>,io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<EAssetRecord,EAsset,String,io.vertx.core.Future<List<EAsset>>,io.vertx.core.Future<EAsset>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
public class EAssetDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<EAssetRecord,EAsset,String,io.vertx.core.Future<List<EAsset>>,io.vertx.core.Future<EAsset>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<EAssetRecord,EAsset,String>
This class is generated by jOOQ.
-
-
Constructor Summary
Constructors Constructor Description EAssetDao(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<EAsset>>findManyByAccountAt(Collection<LocalDateTime> values)Find records that haveACCOUNT_AT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByAccountAt(Collection<LocalDateTime> values, int limit)Find records that haveACCOUNT_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByAccountBy(Collection<String> values)Find records that haveACCOUNT_BY IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByAccountBy(Collection<String> values, int limit)Find records that haveACCOUNT_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByActive(Collection<Boolean> values)Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByActive(Collection<Boolean> values, int limit)Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByCode(Collection<String> values)Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByCode(Collection<String> values, int limit)Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByComment(Collection<String> values)Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByComment(Collection<String> values, int limit)Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByCompanyId(Collection<String> values)Find records that haveCOMPANY_ID IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByCompanyId(Collection<String> values, int limit)Find records that haveCOMPANY_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByCreatedAt(Collection<LocalDateTime> values)Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByCreatedAt(Collection<LocalDateTime> values, int limit)Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByCreatedBy(Collection<String> values)Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByCreatedBy(Collection<String> values, int limit)Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByCustomerId(Collection<String> values)Find records that haveCUSTOMER_ID IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByCustomerId(Collection<String> values, int limit)Find records that haveCUSTOMER_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByDeptId(Collection<String> values)Find records that haveDEPT_ID IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByDeptId(Collection<String> values, int limit)Find records that haveDEPT_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByEnterAt(Collection<LocalDateTime> values)Find records that haveENTER_AT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByEnterAt(Collection<LocalDateTime> values, int limit)Find records that haveENTER_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByEnterBy(Collection<String> values)Find records that haveENTER_BY IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByEnterBy(Collection<String> values, int limit)Find records that haveENTER_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByExpiredAt(Collection<LocalDateTime> values)Find records that haveEXPIRED_AT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByExpiredAt(Collection<LocalDateTime> values, int limit)Find records that haveEXPIRED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByExpiredComment(Collection<String> values)Find records that haveEXPIRED_COMMENT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByExpiredComment(Collection<String> values, int limit)Find records that haveEXPIRED_COMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByKAssignment(Collection<String> values)Find records that haveK_ASSIGNMENT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByKAssignment(Collection<String> values, int limit)Find records that haveK_ASSIGNMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByKChange(Collection<String> values)Find records that haveK_CHANGE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByKChange(Collection<String> values, int limit)Find records that haveK_CHANGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByKDeprecated(Collection<String> values)Find records that haveK_DEPRECATED IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByKDeprecated(Collection<String> values, int limit)Find records that haveK_DEPRECATED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByKDevalue(Collection<String> values)Find records that haveK_DEVALUE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByKDevalue(Collection<String> values, int limit)Find records that haveK_DEVALUE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByKFixed(Collection<String> values)Find records that haveK_FIXED IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByKFixed(Collection<String> values, int limit)Find records that haveK_FIXED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByKTax(Collection<String> values)Find records that haveK_TAX IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByKTax(Collection<String> values, int limit)Find records that haveK_TAX IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByLanguage(Collection<String> values)Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByLanguage(Collection<String> values, int limit)Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByMetadata(Collection<String> values)Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByMetadata(Collection<String> values, int limit)Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByModelNumber(Collection<String> values)Find records that haveMODEL_NUMBER IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByModelNumber(Collection<String> values, int limit)Find records that haveMODEL_NUMBER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByName(Collection<String> values)Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByName(Collection<String> values, int limit)Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByNum(Collection<Long> values)Find records that haveNUM IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByNum(Collection<Long> values, int limit)Find records that haveNUM IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByNumDeprecated(Collection<Long> values)Find records that haveNUM_DEPRECATED IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByNumDeprecated(Collection<Long> values, int limit)Find records that haveNUM_DEPRECATED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByNumDeprecating(Collection<Long> values)Find records that haveNUM_DEPRECATING IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByNumDeprecating(Collection<Long> values, int limit)Find records that haveNUM_DEPRECATING IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByNumUsed(Collection<Long> values)Find records that haveNUM_USED IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByNumUsed(Collection<Long> values, int limit)Find records that haveNUM_USED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByNumUsing(Collection<Long> values)Find records that haveNUM_USING IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByNumUsing(Collection<Long> values, int limit)Find records that haveNUM_USING IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByParentId(Collection<String> values)Find records that havePARENT_ID IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByParentId(Collection<String> values, int limit)Find records that havePARENT_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByScrapAt(Collection<LocalDateTime> values)Find records that haveSCRAP_AT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByScrapAt(Collection<LocalDateTime> values, int limit)Find records that haveSCRAP_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByScrapBy(Collection<String> values)Find records that haveSCRAP_BY IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByScrapBy(Collection<String> values, int limit)Find records that haveSCRAP_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyBySigma(Collection<String> values)Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyBySigma(Collection<String> values, int limit)Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByStatus(Collection<String> values)Find records that haveSTATUS IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByStatus(Collection<String> values, int limit)Find records that haveSTATUS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByStoreId(Collection<String> values)Find records that haveSTORE_ID IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByStoreId(Collection<String> values, int limit)Find records that haveSTORE_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByType(Collection<String> values)Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByType(Collection<String> values, int limit)Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByUnit(Collection<String> values)Find records that haveUNIT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByUnit(Collection<String> values, int limit)Find records that haveUNIT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByUpdatedAt(Collection<LocalDateTime> values)Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByUpdatedAt(Collection<LocalDateTime> values, int limit)Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByUpdatedBy(Collection<String> values)Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByUpdatedBy(Collection<String> values, int limit)Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByUsedAt(Collection<LocalDateTime> values)Find records that haveUSED_AT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByUsedAt(Collection<LocalDateTime> values, int limit)Find records that haveUSED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByUsedBy(Collection<String> values)Find records that haveUSED_BY IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByUsedBy(Collection<String> values, int limit)Find records that haveUSED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByUsedStatus(Collection<String> values)Find records that haveUSED_STATUS IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByUsedStatus(Collection<String> values, int limit)Find records that haveUSED_STATUS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByUserId(Collection<String> values)Find records that haveUSER_ID IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByUserId(Collection<String> values, int limit)Find records that haveUSER_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVDeprecatedA(Collection<BigDecimal> values)Find records that haveV_DEPRECATED_A IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVDeprecatedA(Collection<BigDecimal> values, int limit)Find records that haveV_DEPRECATED_A IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVDeprecatedM(Collection<BigDecimal> values)Find records that haveV_DEPRECATED_M IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVDeprecatedM(Collection<BigDecimal> values, int limit)Find records that haveV_DEPRECATED_M IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVDeReady(Collection<BigDecimal> values)Find records that haveV_DE_READY IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVDeReady(Collection<BigDecimal> values, int limit)Find records that haveV_DE_READY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVNet(Collection<BigDecimal> values)Find records that haveV_NET IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVNet(Collection<BigDecimal> values, int limit)Find records that haveV_NET IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVNetAmount(Collection<BigDecimal> values)Find records that haveV_NET_AMOUNT IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVNetAmount(Collection<BigDecimal> values, int limit)Find records that haveV_NET_AMOUNT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVNetJunk(Collection<BigDecimal> values)Find records that haveV_NET_JUNK IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVNetJunk(Collection<BigDecimal> values, int limit)Find records that haveV_NET_JUNK IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVOriginal(Collection<BigDecimal> values)Find records that haveV_ORIGINAL IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVOriginal(Collection<BigDecimal> values, int limit)Find records that haveV_ORIGINAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByVTax(Collection<BigDecimal> values)Find records that haveV_TAX IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByVTax(Collection<BigDecimal> values, int limit)Find records that haveV_TAX IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByWayAccording(Collection<String> values)Find records that haveWAY_ACCORDING IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByWayAccording(Collection<String> values, int limit)Find records that haveWAY_ACCORDING IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByWayChange(Collection<String> values)Find records that haveWAY_CHANGE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByWayChange(Collection<String> values, int limit)Find records that haveWAY_CHANGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<EAsset>>findManyByWayDeprecate(Collection<String> values)Find records that haveWAY_DEPRECATE IN (values)asynchronouslyio.vertx.core.Future<List<EAsset>>findManyByWayDeprecate(Collection<String> values, int limit)Find records that haveWAY_DEPRECATE IN (values)asynchronously limited by the given limitprotected StringgetId(EAsset object)io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EAssetRecord,EAsset,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<EAsset>> findManyByName(Collection<String> values)
Find records that haveNAME IN (values)asynchronously
-
findManyByName
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByCode(Collection<String> values)
Find records that haveCODE IN (values)asynchronously
-
findManyByCode
public io.vertx.core.Future<List<EAsset>> findManyByCode(Collection<String> values, int limit)
Find records that haveCODE IN (values)asynchronously limited by the given limit
-
findManyByType
public io.vertx.core.Future<List<EAsset>> findManyByType(Collection<String> values)
Find records that haveTYPE IN (values)asynchronously
-
findManyByType
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByStatus(Collection<String> values)
Find records that haveSTATUS IN (values)asynchronously
-
findManyByStatus
public io.vertx.core.Future<List<EAsset>> findManyByStatus(Collection<String> values, int limit)
Find records that haveSTATUS IN (values)asynchronously limited by the given limit
-
findManyByModelNumber
public io.vertx.core.Future<List<EAsset>> findManyByModelNumber(Collection<String> values)
Find records that haveMODEL_NUMBER IN (values)asynchronously
-
findManyByModelNumber
public io.vertx.core.Future<List<EAsset>> findManyByModelNumber(Collection<String> values, int limit)
Find records that haveMODEL_NUMBER IN (values)asynchronously limited by the given limit
-
findManyByUnit
public io.vertx.core.Future<List<EAsset>> findManyByUnit(Collection<String> values)
Find records that haveUNIT IN (values)asynchronously
-
findManyByUnit
public io.vertx.core.Future<List<EAsset>> findManyByUnit(Collection<String> values, int limit)
Find records that haveUNIT IN (values)asynchronously limited by the given limit
-
findManyByNum
public io.vertx.core.Future<List<EAsset>> findManyByNum(Collection<Long> values)
Find records that haveNUM IN (values)asynchronously
-
findManyByNum
public io.vertx.core.Future<List<EAsset>> findManyByNum(Collection<Long> values, int limit)
Find records that haveNUM IN (values)asynchronously limited by the given limit
-
findManyByNumDeprecating
public io.vertx.core.Future<List<EAsset>> findManyByNumDeprecating(Collection<Long> values)
Find records that haveNUM_DEPRECATING IN (values)asynchronously
-
findManyByNumDeprecating
public io.vertx.core.Future<List<EAsset>> findManyByNumDeprecating(Collection<Long> values, int limit)
Find records that haveNUM_DEPRECATING IN (values)asynchronously limited by the given limit
-
findManyByNumDeprecated
public io.vertx.core.Future<List<EAsset>> findManyByNumDeprecated(Collection<Long> values)
Find records that haveNUM_DEPRECATED IN (values)asynchronously
-
findManyByNumDeprecated
public io.vertx.core.Future<List<EAsset>> findManyByNumDeprecated(Collection<Long> values, int limit)
Find records that haveNUM_DEPRECATED IN (values)asynchronously limited by the given limit
-
findManyByNumUsing
public io.vertx.core.Future<List<EAsset>> findManyByNumUsing(Collection<Long> values)
Find records that haveNUM_USING IN (values)asynchronously
-
findManyByNumUsing
public io.vertx.core.Future<List<EAsset>> findManyByNumUsing(Collection<Long> values, int limit)
Find records that haveNUM_USING IN (values)asynchronously limited by the given limit
-
findManyByNumUsed
public io.vertx.core.Future<List<EAsset>> findManyByNumUsed(Collection<Long> values)
Find records that haveNUM_USED IN (values)asynchronously
-
findManyByNumUsed
public io.vertx.core.Future<List<EAsset>> findManyByNumUsed(Collection<Long> values, int limit)
Find records that haveNUM_USED IN (values)asynchronously limited by the given limit
-
findManyByWayChange
public io.vertx.core.Future<List<EAsset>> findManyByWayChange(Collection<String> values)
Find records that haveWAY_CHANGE IN (values)asynchronously
-
findManyByWayChange
public io.vertx.core.Future<List<EAsset>> findManyByWayChange(Collection<String> values, int limit)
Find records that haveWAY_CHANGE IN (values)asynchronously limited by the given limit
-
findManyByWayDeprecate
public io.vertx.core.Future<List<EAsset>> findManyByWayDeprecate(Collection<String> values)
Find records that haveWAY_DEPRECATE IN (values)asynchronously
-
findManyByWayDeprecate
public io.vertx.core.Future<List<EAsset>> findManyByWayDeprecate(Collection<String> values, int limit)
Find records that haveWAY_DEPRECATE IN (values)asynchronously limited by the given limit
-
findManyByWayAccording
public io.vertx.core.Future<List<EAsset>> findManyByWayAccording(Collection<String> values)
Find records that haveWAY_ACCORDING IN (values)asynchronously
-
findManyByWayAccording
public io.vertx.core.Future<List<EAsset>> findManyByWayAccording(Collection<String> values, int limit)
Find records that haveWAY_ACCORDING IN (values)asynchronously limited by the given limit
-
findManyByUsedAt
public io.vertx.core.Future<List<EAsset>> findManyByUsedAt(Collection<LocalDateTime> values)
Find records that haveUSED_AT IN (values)asynchronously
-
findManyByUsedAt
public io.vertx.core.Future<List<EAsset>> findManyByUsedAt(Collection<LocalDateTime> values, int limit)
Find records that haveUSED_AT IN (values)asynchronously limited by the given limit
-
findManyByUsedBy
public io.vertx.core.Future<List<EAsset>> findManyByUsedBy(Collection<String> values)
Find records that haveUSED_BY IN (values)asynchronously
-
findManyByUsedBy
public io.vertx.core.Future<List<EAsset>> findManyByUsedBy(Collection<String> values, int limit)
Find records that haveUSED_BY IN (values)asynchronously limited by the given limit
-
findManyByUsedStatus
public io.vertx.core.Future<List<EAsset>> findManyByUsedStatus(Collection<String> values)
Find records that haveUSED_STATUS IN (values)asynchronously
-
findManyByUsedStatus
public io.vertx.core.Future<List<EAsset>> findManyByUsedStatus(Collection<String> values, int limit)
Find records that haveUSED_STATUS IN (values)asynchronously limited by the given limit
-
findManyByVOriginal
public io.vertx.core.Future<List<EAsset>> findManyByVOriginal(Collection<BigDecimal> values)
Find records that haveV_ORIGINAL IN (values)asynchronously
-
findManyByVOriginal
public io.vertx.core.Future<List<EAsset>> findManyByVOriginal(Collection<BigDecimal> values, int limit)
Find records that haveV_ORIGINAL IN (values)asynchronously limited by the given limit
-
findManyByVTax
public io.vertx.core.Future<List<EAsset>> findManyByVTax(Collection<BigDecimal> values)
Find records that haveV_TAX IN (values)asynchronously
-
findManyByVTax
public io.vertx.core.Future<List<EAsset>> findManyByVTax(Collection<BigDecimal> values, int limit)
Find records that haveV_TAX IN (values)asynchronously limited by the given limit
-
findManyByVDeReady
public io.vertx.core.Future<List<EAsset>> findManyByVDeReady(Collection<BigDecimal> values)
Find records that haveV_DE_READY IN (values)asynchronously
-
findManyByVDeReady
public io.vertx.core.Future<List<EAsset>> findManyByVDeReady(Collection<BigDecimal> values, int limit)
Find records that haveV_DE_READY IN (values)asynchronously limited by the given limit
-
findManyByVNetJunk
public io.vertx.core.Future<List<EAsset>> findManyByVNetJunk(Collection<BigDecimal> values)
Find records that haveV_NET_JUNK IN (values)asynchronously
-
findManyByVNetJunk
public io.vertx.core.Future<List<EAsset>> findManyByVNetJunk(Collection<BigDecimal> values, int limit)
Find records that haveV_NET_JUNK IN (values)asynchronously limited by the given limit
-
findManyByVNet
public io.vertx.core.Future<List<EAsset>> findManyByVNet(Collection<BigDecimal> values)
Find records that haveV_NET IN (values)asynchronously
-
findManyByVNet
public io.vertx.core.Future<List<EAsset>> findManyByVNet(Collection<BigDecimal> values, int limit)
Find records that haveV_NET IN (values)asynchronously limited by the given limit
-
findManyByVNetAmount
public io.vertx.core.Future<List<EAsset>> findManyByVNetAmount(Collection<BigDecimal> values)
Find records that haveV_NET_AMOUNT IN (values)asynchronously
-
findManyByVNetAmount
public io.vertx.core.Future<List<EAsset>> findManyByVNetAmount(Collection<BigDecimal> values, int limit)
Find records that haveV_NET_AMOUNT IN (values)asynchronously limited by the given limit
-
findManyByVDeprecatedM
public io.vertx.core.Future<List<EAsset>> findManyByVDeprecatedM(Collection<BigDecimal> values)
Find records that haveV_DEPRECATED_M IN (values)asynchronously
-
findManyByVDeprecatedM
public io.vertx.core.Future<List<EAsset>> findManyByVDeprecatedM(Collection<BigDecimal> values, int limit)
Find records that haveV_DEPRECATED_M IN (values)asynchronously limited by the given limit
-
findManyByVDeprecatedA
public io.vertx.core.Future<List<EAsset>> findManyByVDeprecatedA(Collection<BigDecimal> values)
Find records that haveV_DEPRECATED_A IN (values)asynchronously
-
findManyByVDeprecatedA
public io.vertx.core.Future<List<EAsset>> findManyByVDeprecatedA(Collection<BigDecimal> values, int limit)
Find records that haveV_DEPRECATED_A IN (values)asynchronously limited by the given limit
-
findManyByKFixed
public io.vertx.core.Future<List<EAsset>> findManyByKFixed(Collection<String> values)
Find records that haveK_FIXED IN (values)asynchronously
-
findManyByKFixed
public io.vertx.core.Future<List<EAsset>> findManyByKFixed(Collection<String> values, int limit)
Find records that haveK_FIXED IN (values)asynchronously limited by the given limit
-
findManyByKDeprecated
public io.vertx.core.Future<List<EAsset>> findManyByKDeprecated(Collection<String> values)
Find records that haveK_DEPRECATED IN (values)asynchronously
-
findManyByKDeprecated
public io.vertx.core.Future<List<EAsset>> findManyByKDeprecated(Collection<String> values, int limit)
Find records that haveK_DEPRECATED IN (values)asynchronously limited by the given limit
-
findManyByKAssignment
public io.vertx.core.Future<List<EAsset>> findManyByKAssignment(Collection<String> values)
Find records that haveK_ASSIGNMENT IN (values)asynchronously
-
findManyByKAssignment
public io.vertx.core.Future<List<EAsset>> findManyByKAssignment(Collection<String> values, int limit)
Find records that haveK_ASSIGNMENT IN (values)asynchronously limited by the given limit
-
findManyByKTax
public io.vertx.core.Future<List<EAsset>> findManyByKTax(Collection<String> values)
Find records that haveK_TAX IN (values)asynchronously
-
findManyByKTax
public io.vertx.core.Future<List<EAsset>> findManyByKTax(Collection<String> values, int limit)
Find records that haveK_TAX IN (values)asynchronously limited by the given limit
-
findManyByKDevalue
public io.vertx.core.Future<List<EAsset>> findManyByKDevalue(Collection<String> values)
Find records that haveK_DEVALUE IN (values)asynchronously
-
findManyByKDevalue
public io.vertx.core.Future<List<EAsset>> findManyByKDevalue(Collection<String> values, int limit)
Find records that haveK_DEVALUE IN (values)asynchronously limited by the given limit
-
findManyByKChange
public io.vertx.core.Future<List<EAsset>> findManyByKChange(Collection<String> values)
Find records that haveK_CHANGE IN (values)asynchronously
-
findManyByKChange
public io.vertx.core.Future<List<EAsset>> findManyByKChange(Collection<String> values, int limit)
Find records that haveK_CHANGE IN (values)asynchronously limited by the given limit
-
findManyByCustomerId
public io.vertx.core.Future<List<EAsset>> findManyByCustomerId(Collection<String> values)
Find records that haveCUSTOMER_ID IN (values)asynchronously
-
findManyByCustomerId
public io.vertx.core.Future<List<EAsset>> findManyByCustomerId(Collection<String> values, int limit)
Find records that haveCUSTOMER_ID IN (values)asynchronously limited by the given limit
-
findManyByExpiredAt
public io.vertx.core.Future<List<EAsset>> findManyByExpiredAt(Collection<LocalDateTime> values)
Find records that haveEXPIRED_AT IN (values)asynchronously
-
findManyByExpiredAt
public io.vertx.core.Future<List<EAsset>> findManyByExpiredAt(Collection<LocalDateTime> values, int limit)
Find records that haveEXPIRED_AT IN (values)asynchronously limited by the given limit
-
findManyByExpiredComment
public io.vertx.core.Future<List<EAsset>> findManyByExpiredComment(Collection<String> values)
Find records that haveEXPIRED_COMMENT IN (values)asynchronously
-
findManyByExpiredComment
public io.vertx.core.Future<List<EAsset>> findManyByExpiredComment(Collection<String> values, int limit)
Find records that haveEXPIRED_COMMENT IN (values)asynchronously limited by the given limit
-
findManyByUserId
public io.vertx.core.Future<List<EAsset>> findManyByUserId(Collection<String> values)
Find records that haveUSER_ID IN (values)asynchronously
-
findManyByUserId
public io.vertx.core.Future<List<EAsset>> findManyByUserId(Collection<String> values, int limit)
Find records that haveUSER_ID IN (values)asynchronously limited by the given limit
-
findManyByStoreId
public io.vertx.core.Future<List<EAsset>> findManyByStoreId(Collection<String> values)
Find records that haveSTORE_ID IN (values)asynchronously
-
findManyByStoreId
public io.vertx.core.Future<List<EAsset>> findManyByStoreId(Collection<String> values, int limit)
Find records that haveSTORE_ID IN (values)asynchronously limited by the given limit
-
findManyByDeptId
public io.vertx.core.Future<List<EAsset>> findManyByDeptId(Collection<String> values)
Find records that haveDEPT_ID IN (values)asynchronously
-
findManyByDeptId
public io.vertx.core.Future<List<EAsset>> findManyByDeptId(Collection<String> values, int limit)
Find records that haveDEPT_ID IN (values)asynchronously limited by the given limit
-
findManyByCompanyId
public io.vertx.core.Future<List<EAsset>> findManyByCompanyId(Collection<String> values)
Find records that haveCOMPANY_ID IN (values)asynchronously
-
findManyByCompanyId
public io.vertx.core.Future<List<EAsset>> findManyByCompanyId(Collection<String> values, int limit)
Find records that haveCOMPANY_ID IN (values)asynchronously limited by the given limit
-
findManyByParentId
public io.vertx.core.Future<List<EAsset>> findManyByParentId(Collection<String> values)
Find records that havePARENT_ID IN (values)asynchronously
-
findManyByParentId
public io.vertx.core.Future<List<EAsset>> findManyByParentId(Collection<String> values, int limit)
Find records that havePARENT_ID IN (values)asynchronously limited by the given limit
-
findManyByComment
public io.vertx.core.Future<List<EAsset>> findManyByComment(Collection<String> values)
Find records that haveCOMMENT IN (values)asynchronously
-
findManyByComment
public io.vertx.core.Future<List<EAsset>> findManyByComment(Collection<String> values, int limit)
Find records that haveCOMMENT IN (values)asynchronously limited by the given limit
-
findManyBySigma
public io.vertx.core.Future<List<EAsset>> findManyBySigma(Collection<String> values)
Find records that haveSIGMA IN (values)asynchronously
-
findManyBySigma
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByLanguage(Collection<String> values)
Find records that haveLANGUAGE IN (values)asynchronously
-
findManyByLanguage
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByActive(Collection<Boolean> values)
Find records that haveACTIVE IN (values)asynchronously
-
findManyByActive
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByMetadata(Collection<String> values)
Find records that haveMETADATA IN (values)asynchronously
-
findManyByMetadata
public io.vertx.core.Future<List<EAsset>> findManyByMetadata(Collection<String> values, int limit)
Find records that haveMETADATA IN (values)asynchronously limited by the given limit
-
findManyByEnterAt
public io.vertx.core.Future<List<EAsset>> findManyByEnterAt(Collection<LocalDateTime> values)
Find records that haveENTER_AT IN (values)asynchronously
-
findManyByEnterAt
public io.vertx.core.Future<List<EAsset>> findManyByEnterAt(Collection<LocalDateTime> values, int limit)
Find records that haveENTER_AT IN (values)asynchronously limited by the given limit
-
findManyByEnterBy
public io.vertx.core.Future<List<EAsset>> findManyByEnterBy(Collection<String> values)
Find records that haveENTER_BY IN (values)asynchronously
-
findManyByEnterBy
public io.vertx.core.Future<List<EAsset>> findManyByEnterBy(Collection<String> values, int limit)
Find records that haveENTER_BY IN (values)asynchronously limited by the given limit
-
findManyByAccountAt
public io.vertx.core.Future<List<EAsset>> findManyByAccountAt(Collection<LocalDateTime> values)
Find records that haveACCOUNT_AT IN (values)asynchronously
-
findManyByAccountAt
public io.vertx.core.Future<List<EAsset>> findManyByAccountAt(Collection<LocalDateTime> values, int limit)
Find records that haveACCOUNT_AT IN (values)asynchronously limited by the given limit
-
findManyByAccountBy
public io.vertx.core.Future<List<EAsset>> findManyByAccountBy(Collection<String> values)
Find records that haveACCOUNT_BY IN (values)asynchronously
-
findManyByAccountBy
public io.vertx.core.Future<List<EAsset>> findManyByAccountBy(Collection<String> values, int limit)
Find records that haveACCOUNT_BY IN (values)asynchronously limited by the given limit
-
findManyByScrapAt
public io.vertx.core.Future<List<EAsset>> findManyByScrapAt(Collection<LocalDateTime> values)
Find records that haveSCRAP_AT IN (values)asynchronously
-
findManyByScrapAt
public io.vertx.core.Future<List<EAsset>> findManyByScrapAt(Collection<LocalDateTime> values, int limit)
Find records that haveSCRAP_AT IN (values)asynchronously limited by the given limit
-
findManyByScrapBy
public io.vertx.core.Future<List<EAsset>> findManyByScrapBy(Collection<String> values)
Find records that haveSCRAP_BY IN (values)asynchronously
-
findManyByScrapBy
public io.vertx.core.Future<List<EAsset>> findManyByScrapBy(Collection<String> values, int limit)
Find records that haveSCRAP_BY IN (values)asynchronously limited by the given limit
-
findManyByCreatedAt
public io.vertx.core.Future<List<EAsset>> findManyByCreatedAt(Collection<LocalDateTime> values)
Find records that haveCREATED_AT IN (values)asynchronously
-
findManyByCreatedAt
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByCreatedBy(Collection<String> values)
Find records that haveCREATED_BY IN (values)asynchronously
-
findManyByCreatedBy
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByUpdatedAt(Collection<LocalDateTime> values)
Find records that haveUPDATED_AT IN (values)asynchronously
-
findManyByUpdatedAt
public io.vertx.core.Future<List<EAsset>> 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<EAsset>> findManyByUpdatedBy(Collection<String> values)
Find records that haveUPDATED_BY IN (values)asynchronously
-
findManyByUpdatedBy
public io.vertx.core.Future<List<EAsset>> 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<EAssetRecord,EAsset,String> queryExecutor()
- Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<EAssetRecord,EAsset,String,io.vertx.core.Future<List<EAsset>>,io.vertx.core.Future<EAsset>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>- Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<EAssetRecord,EAsset,String,io.vertx.core.Future<List<EAsset>>,io.vertx.core.Future<EAsset>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
-
-