Uses of Class
cn.vertxup.jet.domain.tables.pojos.IApi
Packages that use IApi
Package
Description
-
Uses of IApi in cn.vertxup.cache
Methods in cn.vertxup.cache with parameters of type IApi -
Uses of IApi in cn.vertxup.jet.domain.tables.daos
Methods in cn.vertxup.jet.domain.tables.daos that return types with arguments of type IApiModifier and TypeMethodDescriptionIApiDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyIApiDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitIApiDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyIApiDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitIApiDao.findManyByConsumes(Collection<String> values) Find records that haveCONSUMES IN (values)asynchronouslyIApiDao.findManyByConsumes(Collection<String> values, int limit) Find records that haveCONSUMES IN (values)asynchronously limited by the given limitIApiDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyIApiDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitIApiDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyIApiDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitIApiDao.findManyByInMapping(Collection<String> values) Find records that haveIN_MAPPING IN (values)asynchronouslyIApiDao.findManyByInMapping(Collection<String> values, int limit) Find records that haveIN_MAPPING IN (values)asynchronously limited by the given limitIApiDao.findManyByInPlug(Collection<String> values) Find records that haveIN_PLUG IN (values)asynchronouslyIApiDao.findManyByInPlug(Collection<String> values, int limit) Find records that haveIN_PLUG IN (values)asynchronously limited by the given limitIApiDao.findManyByInRule(Collection<String> values) Find records that haveIN_RULE IN (values)asynchronouslyIApiDao.findManyByInRule(Collection<String> values, int limit) Find records that haveIN_RULE IN (values)asynchronously limited by the given limitIApiDao.findManyByInScript(Collection<String> values) Find records that haveIN_SCRIPT IN (values)asynchronouslyIApiDao.findManyByInScript(Collection<String> values, int limit) Find records that haveIN_SCRIPT IN (values)asynchronously limited by the given limitIApiDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyIApiDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitIApiDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyIApiDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitIApiDao.findManyByMethod(Collection<String> values) Find records that haveMETHOD IN (values)asynchronouslyIApiDao.findManyByMethod(Collection<String> values, int limit) Find records that haveMETHOD IN (values)asynchronously limited by the given limitIApiDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyIApiDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitIApiDao.findManyByOutWriter(Collection<String> values) Find records that haveOUT_WRITER IN (values)asynchronouslyIApiDao.findManyByOutWriter(Collection<String> values, int limit) Find records that haveOUT_WRITER IN (values)asynchronously limited by the given limitIApiDao.findManyByParamContained(Collection<String> values) Find records that havePARAM_CONTAINED IN (values)asynchronouslyIApiDao.findManyByParamContained(Collection<String> values, int limit) Find records that havePARAM_CONTAINED IN (values)asynchronously limited by the given limitIApiDao.findManyByParamMode(Collection<String> values) Find records that havePARAM_MODE IN (values)asynchronouslyIApiDao.findManyByParamMode(Collection<String> values, int limit) Find records that havePARAM_MODE IN (values)asynchronously limited by the given limitIApiDao.findManyByParamRequired(Collection<String> values) Find records that havePARAM_REQUIRED IN (values)asynchronouslyIApiDao.findManyByParamRequired(Collection<String> values, int limit) Find records that havePARAM_REQUIRED IN (values)asynchronously limited by the given limitIApiDao.findManyByProduces(Collection<String> values) Find records that havePRODUCES IN (values)asynchronouslyIApiDao.findManyByProduces(Collection<String> values, int limit) Find records that havePRODUCES IN (values)asynchronously limited by the given limitIApiDao.findManyBySecure(Collection<Boolean> values) Find records that haveSECURE IN (values)asynchronouslyIApiDao.findManyBySecure(Collection<Boolean> values, int limit) Find records that haveSECURE IN (values)asynchronously limited by the given limitIApiDao.findManyByServiceId(Collection<String> values) Find records that haveSERVICE_ID IN (values)asynchronouslyIApiDao.findManyByServiceId(Collection<String> values, int limit) Find records that haveSERVICE_ID IN (values)asynchronously limited by the given limitIApiDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyIApiDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitIApiDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyIApiDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitIApiDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyIApiDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitIApiDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyIApiDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitIApiDao.findManyByUri(Collection<String> values) Find records that haveURI IN (values)asynchronouslyIApiDao.findManyByUri(Collection<String> values, int limit) Find records that haveURI IN (values)asynchronously limited by the given limitIApiDao.findManyByWorkerAddress(Collection<String> values) Find records that haveWORKER_ADDRESS IN (values)asynchronouslyIApiDao.findManyByWorkerAddress(Collection<String> values, int limit) Find records that haveWORKER_ADDRESS IN (values)asynchronously limited by the given limitIApiDao.findManyByWorkerClass(Collection<String> values) Find records that haveWORKER_CLASS IN (values)asynchronouslyIApiDao.findManyByWorkerClass(Collection<String> values, int limit) Find records that haveWORKER_CLASS IN (values)asynchronously limited by the given limitIApiDao.findManyByWorkerConsumer(Collection<String> values) Find records that haveWORKER_CONSUMER IN (values)asynchronouslyIApiDao.findManyByWorkerConsumer(Collection<String> values, int limit) Find records that haveWORKER_CONSUMER IN (values)asynchronously limited by the given limitIApiDao.findManyByWorkerJs(Collection<String> values) Find records that haveWORKER_JS IN (values)asynchronouslyIApiDao.findManyByWorkerJs(Collection<String> values, int limit) Find records that haveWORKER_JS IN (values)asynchronously limited by the given limitIApiDao.findManyByWorkerType(Collection<String> values) Find records that haveWORKER_TYPE IN (values)asynchronouslyIApiDao.findManyByWorkerType(Collection<String> values, int limit) Find records that haveWORKER_TYPE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<IApiRecord,IApi, String> IApiDao.queryExecutor()Methods in cn.vertxup.jet.domain.tables.daos with parameters of type IApi -
Uses of IApi in cn.vertxup.jet.domain.tables.pojos
Methods in cn.vertxup.jet.domain.tables.pojos that return IApiModifier and TypeMethodDescriptionSetter forDB_ETERNAL.I_API.ACTIVE.IApi.setComment(String comment) Setter forDB_ETERNAL.I_API.COMMENT.IApi.setConsumes(String consumes) Setter forDB_ETERNAL.I_API.CONSUMES.IApi.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.I_API.CREATED_AT.IApi.setCreatedBy(String createdBy) Setter forDB_ETERNAL.I_API.CREATED_BY.IApi.setInMapping(String inMapping) Setter forDB_ETERNAL.I_API.IN_MAPPING.Setter forDB_ETERNAL.I_API.IN_PLUG.Setter forDB_ETERNAL.I_API.IN_RULE.IApi.setInScript(String inScript) Setter forDB_ETERNAL.I_API.IN_SCRIPT.Setter forDB_ETERNAL.I_API.KEY.IApi.setLanguage(String language) Setter forDB_ETERNAL.I_API.LANGUAGE.IApi.setMetadata(String metadata) Setter forDB_ETERNAL.I_API.METADATA.Setter forDB_ETERNAL.I_API.METHOD.Setter forDB_ETERNAL.I_API.NAME.IApi.setOutWriter(String outWriter) Setter forDB_ETERNAL.I_API.OUT_WRITER.IApi.setParamContained(String paramContained) Setter forDB_ETERNAL.I_API.PARAM_CONTAINED.IApi.setParamMode(String paramMode) Setter forDB_ETERNAL.I_API.PARAM_MODE.IApi.setParamRequired(String paramRequired) Setter forDB_ETERNAL.I_API.PARAM_REQUIRED.IApi.setProduces(String produces) Setter forDB_ETERNAL.I_API.PRODUCES.Setter forDB_ETERNAL.I_API.SECURE.IApi.setServiceId(String serviceId) Setter forDB_ETERNAL.I_API.SERVICE_ID.Setter forDB_ETERNAL.I_API.SIGMA.Setter forDB_ETERNAL.I_API.TYPE.IApi.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.I_API.UPDATED_AT.IApi.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.I_API.UPDATED_BY.Setter forDB_ETERNAL.I_API.URI.IApi.setWorkerAddress(String workerAddress) Setter forDB_ETERNAL.I_API.WORKER_ADDRESS.IApi.setWorkerClass(String workerClass) Setter forDB_ETERNAL.I_API.WORKER_CLASS.IApi.setWorkerConsumer(String workerConsumer) Setter forDB_ETERNAL.I_API.WORKER_CONSUMER.IApi.setWorkerJs(String workerJs) Setter forDB_ETERNAL.I_API.WORKER_JS.IApi.setWorkerType(String workerType) Setter forDB_ETERNAL.I_API.WORKER_TYPE. -
Uses of IApi in cn.vertxup.jet.domain.tables.records
Constructors in cn.vertxup.jet.domain.tables.records with parameters of type IApi -
Uses of IApi in io.vertx.tp.jet.atom
Methods in io.vertx.tp.jet.atom that return IApiConstructors in io.vertx.tp.jet.atom with parameters of type IApi -
Uses of IApi in io.vertx.tp.jet.refine
Methods in io.vertx.tp.jet.refine with parameters of type IApi