Class IApiDao
-
- All Implemented Interfaces:
io.github.jklingsporn.vertx.jooq.classic.VertxDAO<IApiRecord,IApi,String>,io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<IApiRecord,IApi,String,io.vertx.core.Future<List<IApi>>,io.vertx.core.Future<IApi>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
public class IApiDao extends io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<IApiRecord,IApi,String,io.vertx.core.Future<List<IApi>>,io.vertx.core.Future<IApi>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<IApiRecord,IApi,String>
This class is generated by jOOQ.
-
-
Constructor Summary
Constructors Constructor Description IApiDao(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<IApi>>findManyByActive(Collection<Boolean> values)Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByActive(Collection<Boolean> values, int limit)Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByComment(Collection<String> values)Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByComment(Collection<String> values, int limit)Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByConsumes(Collection<String> values)Find records that haveCONSUMES IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByConsumes(Collection<String> values, int limit)Find records that haveCONSUMES IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByCreatedAt(Collection<LocalDateTime> values)Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByCreatedAt(Collection<LocalDateTime> values, int limit)Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByCreatedBy(Collection<String> values)Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByCreatedBy(Collection<String> values, int limit)Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByInMapping(Collection<String> values)Find records that haveIN_MAPPING IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByInMapping(Collection<String> values, int limit)Find records that haveIN_MAPPING IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByInPlug(Collection<String> values)Find records that haveIN_PLUG IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByInPlug(Collection<String> values, int limit)Find records that haveIN_PLUG IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByInRule(Collection<String> values)Find records that haveIN_RULE IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByInRule(Collection<String> values, int limit)Find records that haveIN_RULE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByInScript(Collection<String> values)Find records that haveIN_SCRIPT IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByInScript(Collection<String> values, int limit)Find records that haveIN_SCRIPT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByLanguage(Collection<String> values)Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByLanguage(Collection<String> values, int limit)Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByMetadata(Collection<String> values)Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByMetadata(Collection<String> values, int limit)Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByMethod(Collection<String> values)Find records that haveMETHOD IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByMethod(Collection<String> values, int limit)Find records that haveMETHOD IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByName(Collection<String> values)Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByName(Collection<String> values, int limit)Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByOutWriter(Collection<String> values)Find records that haveOUT_WRITER IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByOutWriter(Collection<String> values, int limit)Find records that haveOUT_WRITER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByParamContained(Collection<String> values)Find records that havePARAM_CONTAINED IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByParamContained(Collection<String> values, int limit)Find records that havePARAM_CONTAINED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByParamMode(Collection<String> values)Find records that havePARAM_MODE IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByParamMode(Collection<String> values, int limit)Find records that havePARAM_MODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByParamRequired(Collection<String> values)Find records that havePARAM_REQUIRED IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByParamRequired(Collection<String> values, int limit)Find records that havePARAM_REQUIRED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByProduces(Collection<String> values)Find records that havePRODUCES IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByProduces(Collection<String> values, int limit)Find records that havePRODUCES IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyBySecure(Collection<Boolean> values)Find records that haveSECURE IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyBySecure(Collection<Boolean> values, int limit)Find records that haveSECURE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByServiceId(Collection<String> values)Find records that haveSERVICE_ID IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByServiceId(Collection<String> values, int limit)Find records that haveSERVICE_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyBySigma(Collection<String> values)Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyBySigma(Collection<String> values, int limit)Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByType(Collection<String> values)Find records that haveTYPE IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByType(Collection<String> values, int limit)Find records that haveTYPE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByUpdatedAt(Collection<LocalDateTime> values)Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByUpdatedAt(Collection<LocalDateTime> values, int limit)Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByUpdatedBy(Collection<String> values)Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByUpdatedBy(Collection<String> values, int limit)Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByUri(Collection<String> values)Find records that haveURI IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByUri(Collection<String> values, int limit)Find records that haveURI IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByWorkerAddress(Collection<String> values)Find records that haveWORKER_ADDRESS IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByWorkerAddress(Collection<String> values, int limit)Find records that haveWORKER_ADDRESS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByWorkerClass(Collection<String> values)Find records that haveWORKER_CLASS IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByWorkerClass(Collection<String> values, int limit)Find records that haveWORKER_CLASS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByWorkerConsumer(Collection<String> values)Find records that haveWORKER_CONSUMER IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByWorkerConsumer(Collection<String> values, int limit)Find records that haveWORKER_CONSUMER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByWorkerJs(Collection<String> values)Find records that haveWORKER_JS IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByWorkerJs(Collection<String> values, int limit)Find records that haveWORKER_JS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<IApi>>findManyByWorkerType(Collection<String> values)Find records that haveWORKER_TYPE IN (values)asynchronouslyio.vertx.core.Future<List<IApi>>findManyByWorkerType(Collection<String> values, int limit)Find records that haveWORKER_TYPE IN (values)asynchronously limited by the given limitprotected StringgetId(IApi object)io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<IApiRecord,IApi,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<IApi>> findManyByName(Collection<String> values)
Find records that haveNAME IN (values)asynchronously
-
findManyByName
public io.vertx.core.Future<List<IApi>> findManyByName(Collection<String> values, int limit)
Find records that haveNAME IN (values)asynchronously limited by the given limit
-
findManyByUri
public io.vertx.core.Future<List<IApi>> findManyByUri(Collection<String> values)
Find records that haveURI IN (values)asynchronously
-
findManyByUri
public io.vertx.core.Future<List<IApi>> findManyByUri(Collection<String> values, int limit)
Find records that haveURI IN (values)asynchronously limited by the given limit
-
findManyByMethod
public io.vertx.core.Future<List<IApi>> findManyByMethod(Collection<String> values)
Find records that haveMETHOD IN (values)asynchronously
-
findManyByMethod
public io.vertx.core.Future<List<IApi>> findManyByMethod(Collection<String> values, int limit)
Find records that haveMETHOD IN (values)asynchronously limited by the given limit
-
findManyByConsumes
public io.vertx.core.Future<List<IApi>> findManyByConsumes(Collection<String> values)
Find records that haveCONSUMES IN (values)asynchronously
-
findManyByConsumes
public io.vertx.core.Future<List<IApi>> findManyByConsumes(Collection<String> values, int limit)
Find records that haveCONSUMES IN (values)asynchronously limited by the given limit
-
findManyByProduces
public io.vertx.core.Future<List<IApi>> findManyByProduces(Collection<String> values)
Find records that havePRODUCES IN (values)asynchronously
-
findManyByProduces
public io.vertx.core.Future<List<IApi>> findManyByProduces(Collection<String> values, int limit)
Find records that havePRODUCES IN (values)asynchronously limited by the given limit
-
findManyBySecure
public io.vertx.core.Future<List<IApi>> findManyBySecure(Collection<Boolean> values)
Find records that haveSECURE IN (values)asynchronously
-
findManyBySecure
public io.vertx.core.Future<List<IApi>> findManyBySecure(Collection<Boolean> values, int limit)
Find records that haveSECURE IN (values)asynchronously limited by the given limit
-
findManyByComment
public io.vertx.core.Future<List<IApi>> findManyByComment(Collection<String> values)
Find records that haveCOMMENT IN (values)asynchronously
-
findManyByComment
public io.vertx.core.Future<List<IApi>> findManyByComment(Collection<String> values, int limit)
Find records that haveCOMMENT IN (values)asynchronously limited by the given limit
-
findManyByType
public io.vertx.core.Future<List<IApi>> findManyByType(Collection<String> values)
Find records that haveTYPE IN (values)asynchronously
-
findManyByType
public io.vertx.core.Future<List<IApi>> findManyByType(Collection<String> values, int limit)
Find records that haveTYPE IN (values)asynchronously limited by the given limit
-
findManyByParamMode
public io.vertx.core.Future<List<IApi>> findManyByParamMode(Collection<String> values)
Find records that havePARAM_MODE IN (values)asynchronously
-
findManyByParamMode
public io.vertx.core.Future<List<IApi>> findManyByParamMode(Collection<String> values, int limit)
Find records that havePARAM_MODE IN (values)asynchronously limited by the given limit
-
findManyByParamRequired
public io.vertx.core.Future<List<IApi>> findManyByParamRequired(Collection<String> values)
Find records that havePARAM_REQUIRED IN (values)asynchronously
-
findManyByParamRequired
public io.vertx.core.Future<List<IApi>> findManyByParamRequired(Collection<String> values, int limit)
Find records that havePARAM_REQUIRED IN (values)asynchronously limited by the given limit
-
findManyByParamContained
public io.vertx.core.Future<List<IApi>> findManyByParamContained(Collection<String> values)
Find records that havePARAM_CONTAINED IN (values)asynchronously
-
findManyByParamContained
public io.vertx.core.Future<List<IApi>> findManyByParamContained(Collection<String> values, int limit)
Find records that havePARAM_CONTAINED IN (values)asynchronously limited by the given limit
-
findManyByInRule
public io.vertx.core.Future<List<IApi>> findManyByInRule(Collection<String> values)
Find records that haveIN_RULE IN (values)asynchronously
-
findManyByInRule
public io.vertx.core.Future<List<IApi>> findManyByInRule(Collection<String> values, int limit)
Find records that haveIN_RULE IN (values)asynchronously limited by the given limit
-
findManyByInMapping
public io.vertx.core.Future<List<IApi>> findManyByInMapping(Collection<String> values)
Find records that haveIN_MAPPING IN (values)asynchronously
-
findManyByInMapping
public io.vertx.core.Future<List<IApi>> findManyByInMapping(Collection<String> values, int limit)
Find records that haveIN_MAPPING IN (values)asynchronously limited by the given limit
-
findManyByInPlug
public io.vertx.core.Future<List<IApi>> findManyByInPlug(Collection<String> values)
Find records that haveIN_PLUG IN (values)asynchronously
-
findManyByInPlug
public io.vertx.core.Future<List<IApi>> findManyByInPlug(Collection<String> values, int limit)
Find records that haveIN_PLUG IN (values)asynchronously limited by the given limit
-
findManyByInScript
public io.vertx.core.Future<List<IApi>> findManyByInScript(Collection<String> values)
Find records that haveIN_SCRIPT IN (values)asynchronously
-
findManyByInScript
public io.vertx.core.Future<List<IApi>> findManyByInScript(Collection<String> values, int limit)
Find records that haveIN_SCRIPT IN (values)asynchronously limited by the given limit
-
findManyByOutWriter
public io.vertx.core.Future<List<IApi>> findManyByOutWriter(Collection<String> values)
Find records that haveOUT_WRITER IN (values)asynchronously
-
findManyByOutWriter
public io.vertx.core.Future<List<IApi>> findManyByOutWriter(Collection<String> values, int limit)
Find records that haveOUT_WRITER IN (values)asynchronously limited by the given limit
-
findManyByWorkerType
public io.vertx.core.Future<List<IApi>> findManyByWorkerType(Collection<String> values)
Find records that haveWORKER_TYPE IN (values)asynchronously
-
findManyByWorkerType
public io.vertx.core.Future<List<IApi>> findManyByWorkerType(Collection<String> values, int limit)
Find records that haveWORKER_TYPE IN (values)asynchronously limited by the given limit
-
findManyByWorkerAddress
public io.vertx.core.Future<List<IApi>> findManyByWorkerAddress(Collection<String> values)
Find records that haveWORKER_ADDRESS IN (values)asynchronously
-
findManyByWorkerAddress
public io.vertx.core.Future<List<IApi>> findManyByWorkerAddress(Collection<String> values, int limit)
Find records that haveWORKER_ADDRESS IN (values)asynchronously limited by the given limit
-
findManyByWorkerConsumer
public io.vertx.core.Future<List<IApi>> findManyByWorkerConsumer(Collection<String> values)
Find records that haveWORKER_CONSUMER IN (values)asynchronously
-
findManyByWorkerConsumer
public io.vertx.core.Future<List<IApi>> findManyByWorkerConsumer(Collection<String> values, int limit)
Find records that haveWORKER_CONSUMER IN (values)asynchronously limited by the given limit
-
findManyByWorkerClass
public io.vertx.core.Future<List<IApi>> findManyByWorkerClass(Collection<String> values)
Find records that haveWORKER_CLASS IN (values)asynchronously
-
findManyByWorkerClass
public io.vertx.core.Future<List<IApi>> findManyByWorkerClass(Collection<String> values, int limit)
Find records that haveWORKER_CLASS IN (values)asynchronously limited by the given limit
-
findManyByWorkerJs
public io.vertx.core.Future<List<IApi>> findManyByWorkerJs(Collection<String> values)
Find records that haveWORKER_JS IN (values)asynchronously
-
findManyByWorkerJs
public io.vertx.core.Future<List<IApi>> findManyByWorkerJs(Collection<String> values, int limit)
Find records that haveWORKER_JS IN (values)asynchronously limited by the given limit
-
findManyByServiceId
public io.vertx.core.Future<List<IApi>> findManyByServiceId(Collection<String> values)
Find records that haveSERVICE_ID IN (values)asynchronously
-
findManyByServiceId
public io.vertx.core.Future<List<IApi>> findManyByServiceId(Collection<String> values, int limit)
Find records that haveSERVICE_ID IN (values)asynchronously limited by the given limit
-
findManyBySigma
public io.vertx.core.Future<List<IApi>> findManyBySigma(Collection<String> values)
Find records that haveSIGMA IN (values)asynchronously
-
findManyBySigma
public io.vertx.core.Future<List<IApi>> 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<IApi>> findManyByLanguage(Collection<String> values)
Find records that haveLANGUAGE IN (values)asynchronously
-
findManyByLanguage
public io.vertx.core.Future<List<IApi>> 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<IApi>> findManyByActive(Collection<Boolean> values)
Find records that haveACTIVE IN (values)asynchronously
-
findManyByActive
public io.vertx.core.Future<List<IApi>> 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<IApi>> findManyByMetadata(Collection<String> values)
Find records that haveMETADATA IN (values)asynchronously
-
findManyByMetadata
public io.vertx.core.Future<List<IApi>> 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<IApi>> findManyByCreatedAt(Collection<LocalDateTime> values)
Find records that haveCREATED_AT IN (values)asynchronously
-
findManyByCreatedAt
public io.vertx.core.Future<List<IApi>> 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<IApi>> findManyByCreatedBy(Collection<String> values)
Find records that haveCREATED_BY IN (values)asynchronously
-
findManyByCreatedBy
public io.vertx.core.Future<List<IApi>> 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<IApi>> findManyByUpdatedAt(Collection<LocalDateTime> values)
Find records that haveUPDATED_AT IN (values)asynchronously
-
findManyByUpdatedAt
public io.vertx.core.Future<List<IApi>> 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<IApi>> findManyByUpdatedBy(Collection<String> values)
Find records that haveUPDATED_BY IN (values)asynchronously
-
findManyByUpdatedBy
public io.vertx.core.Future<List<IApi>> 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<IApiRecord,IApi,String> queryExecutor()
- Specified by:
queryExecutorin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<IApiRecord,IApi,String,io.vertx.core.Future<List<IApi>>,io.vertx.core.Future<IApi>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>- Overrides:
queryExecutorin classio.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<IApiRecord,IApi,String,io.vertx.core.Future<List<IApi>>,io.vertx.core.Future<IApi>,io.vertx.core.Future<Integer>,io.vertx.core.Future<String>>
-
-