@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class IApiDao extends org.jooq.impl.DAOImpl<IApiRecord,IApi,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<IApiRecord,IApi,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
IApiDao()
Create a new IApiDao without any configuration
|
IApiDao(org.jooq.Configuration configuration)
Create a new IApiDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<IApi> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<IApi>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<IApi> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<IApi>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<IApi> |
fetchByConsumes(String... values)
Fetch records that have
CONSUMES IN (values) |
CompletableFuture<List<IApi>> |
fetchByConsumesAsync(List<String> values)
Fetch records that have
CONSUMES IN (values) asynchronously |
List<IApi> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<IApi>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<IApi> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<IApi>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<IApi> |
fetchByInMapping(String... values)
Fetch records that have
IN_MAPPING IN (values) |
CompletableFuture<List<IApi>> |
fetchByInMappingAsync(List<String> values)
Fetch records that have
IN_MAPPING IN (values) asynchronously |
List<IApi> |
fetchByInPlug(String... values)
Fetch records that have
IN_PLUG IN (values) |
CompletableFuture<List<IApi>> |
fetchByInPlugAsync(List<String> values)
Fetch records that have
IN_PLUG IN (values) asynchronously |
List<IApi> |
fetchByInRule(String... values)
Fetch records that have
IN_RULE IN (values) |
CompletableFuture<List<IApi>> |
fetchByInRuleAsync(List<String> values)
Fetch records that have
IN_RULE IN (values) asynchronously |
List<IApi> |
fetchByInScript(String... values)
Fetch records that have
IN_SCRIPT IN (values) |
CompletableFuture<List<IApi>> |
fetchByInScriptAsync(List<String> values)
Fetch records that have
IN_SCRIPT IN (values) asynchronously |
List<IApi> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<IApi>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<IApi> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<IApi>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<IApi> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<IApi>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<IApi> |
fetchByMethod(String... values)
Fetch records that have
METHOD IN (values) |
CompletableFuture<List<IApi>> |
fetchByMethodAsync(List<String> values)
Fetch records that have
METHOD IN (values) asynchronously |
List<IApi> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<IApi>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<IApi> |
fetchByOutWriter(String... values)
Fetch records that have
OUT_WRITER IN (values) |
CompletableFuture<List<IApi>> |
fetchByOutWriterAsync(List<String> values)
Fetch records that have
OUT_WRITER IN (values) asynchronously |
List<IApi> |
fetchByParamContained(String... values)
Fetch records that have
PARAM_CONTAINED IN (values) |
CompletableFuture<List<IApi>> |
fetchByParamContainedAsync(List<String> values)
Fetch records that have
PARAM_CONTAINED IN (values) asynchronously |
List<IApi> |
fetchByParamMode(String... values)
Fetch records that have
PARAM_MODE IN (values) |
CompletableFuture<List<IApi>> |
fetchByParamModeAsync(List<String> values)
Fetch records that have
PARAM_MODE IN (values) asynchronously |
List<IApi> |
fetchByParamRequired(String... values)
Fetch records that have
PARAM_REQUIRED IN (values) |
CompletableFuture<List<IApi>> |
fetchByParamRequiredAsync(List<String> values)
Fetch records that have
PARAM_REQUIRED IN (values) asynchronously |
List<IApi> |
fetchByProduces(String... values)
Fetch records that have
PRODUCES IN (values) |
CompletableFuture<List<IApi>> |
fetchByProducesAsync(List<String> values)
Fetch records that have
PRODUCES IN (values) asynchronously |
List<IApi> |
fetchBySecure(Boolean... values)
Fetch records that have
SECURE IN (values) |
CompletableFuture<List<IApi>> |
fetchBySecureAsync(List<Boolean> values)
Fetch records that have
SECURE IN (values) asynchronously |
List<IApi> |
fetchByServiceId(String... values)
Fetch records that have
SERVICE_ID IN (values) |
CompletableFuture<List<IApi>> |
fetchByServiceIdAsync(List<String> values)
Fetch records that have
SERVICE_ID IN (values) asynchronously |
List<IApi> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<IApi>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<IApi> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<IApi>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<IApi> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<IApi>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<IApi> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<IApi>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<IApi> |
fetchByUri(String... values)
Fetch records that have
URI IN (values) |
CompletableFuture<List<IApi>> |
fetchByUriAsync(List<String> values)
Fetch records that have
URI IN (values) asynchronously |
List<IApi> |
fetchByWorkerAddress(String... values)
Fetch records that have
WORKER_ADDRESS IN (values) |
CompletableFuture<List<IApi>> |
fetchByWorkerAddressAsync(List<String> values)
Fetch records that have
WORKER_ADDRESS IN (values) asynchronously |
List<IApi> |
fetchByWorkerClass(String... values)
Fetch records that have
WORKER_CLASS IN (values) |
CompletableFuture<List<IApi>> |
fetchByWorkerClassAsync(List<String> values)
Fetch records that have
WORKER_CLASS IN (values) asynchronously |
List<IApi> |
fetchByWorkerConsumer(String... values)
Fetch records that have
WORKER_CONSUMER IN (values) |
CompletableFuture<List<IApi>> |
fetchByWorkerConsumerAsync(List<String> values)
Fetch records that have
WORKER_CONSUMER IN (values) asynchronously |
List<IApi> |
fetchByWorkerJs(String... values)
Fetch records that have
WORKER_JS IN (values) |
CompletableFuture<List<IApi>> |
fetchByWorkerJsAsync(List<String> values)
Fetch records that have
WORKER_JS IN (values) asynchronously |
List<IApi> |
fetchByWorkerType(String... values)
Fetch records that have
WORKER_TYPE IN (values) |
CompletableFuture<List<IApi>> |
fetchByWorkerTypeAsync(List<String> values)
Fetch records that have
WORKER_TYPE IN (values) asynchronously |
IApi |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<IApi> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(IApi object) |
void |
setVertx(io.vertx.core.Vertx vertx) |
io.vertx.core.Vertx |
vertx() |
compositeKeyRecord, configuration, count, delete, delete, delete, deleteById, deleteById, dialect, exists, existsById, family, fetch, fetchOne, fetchOptional, findAll, findById, getTable, getType, insert, insert, insert, mapper, setConfiguration, settings, update, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAsync, deleteAsync, deleteByIdAsync, deleteByIdAsync, deleteExecAsync, deleteExecAsync, deleteExecAsync, executeAsync, existsAsync, existsByIdAsync, fetchAsync, fetchAsync, fetchOneAsync, fetchOneAsync, fetchOptionalAsync, findAllAsync, findByIdAsync, insertAsync, insertAsync, insertExecAsync, insertReturningPrimaryAsync, updateAsync, updateAsync, updateExecAsyncpublic IApiDao()
Create a new IApiDao without any configuration
public IApiDao(org.jooq.Configuration configuration)
Create a new IApiDao with an attached configuration
protected String getId(IApi object)
getId in class org.jooq.impl.DAOImpl<IApiRecord,IApi,String>public List<IApi> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<IApi> fetchByMethod(String... values)
Fetch records that have METHOD IN (values)
public List<IApi> fetchByConsumes(String... values)
Fetch records that have CONSUMES IN (values)
public List<IApi> fetchByProduces(String... values)
Fetch records that have PRODUCES IN (values)
public List<IApi> fetchBySecure(Boolean... values)
Fetch records that have SECURE IN (values)
public List<IApi> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<IApi> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<IApi> fetchByParamMode(String... values)
Fetch records that have PARAM_MODE IN (values)
public List<IApi> fetchByParamRequired(String... values)
Fetch records that have PARAM_REQUIRED IN (values)
public List<IApi> fetchByParamContained(String... values)
Fetch records that have PARAM_CONTAINED IN (values)
public List<IApi> fetchByInRule(String... values)
Fetch records that have IN_RULE IN (values)
public List<IApi> fetchByInMapping(String... values)
Fetch records that have IN_MAPPING IN (values)
public List<IApi> fetchByInPlug(String... values)
Fetch records that have IN_PLUG IN (values)
public List<IApi> fetchByInScript(String... values)
Fetch records that have IN_SCRIPT IN (values)
public List<IApi> fetchByOutWriter(String... values)
Fetch records that have OUT_WRITER IN (values)
public List<IApi> fetchByWorkerType(String... values)
Fetch records that have WORKER_TYPE IN (values)
public List<IApi> fetchByWorkerAddress(String... values)
Fetch records that have WORKER_ADDRESS IN (values)
public List<IApi> fetchByWorkerConsumer(String... values)
Fetch records that have WORKER_CONSUMER IN (values)
public List<IApi> fetchByWorkerClass(String... values)
Fetch records that have WORKER_CLASS IN (values)
public List<IApi> fetchByWorkerJs(String... values)
Fetch records that have WORKER_JS IN (values)
public List<IApi> fetchByServiceId(String... values)
Fetch records that have SERVICE_ID IN (values)
public List<IApi> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<IApi> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<IApi> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<IApi> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<IApi> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<IApi> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<IApi> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<IApi> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<IApi>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<IApi> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<IApi>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByUriAsync(List<String> values)
Fetch records that have URI IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByMethodAsync(List<String> values)
Fetch records that have METHOD IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByConsumesAsync(List<String> values)
Fetch records that have CONSUMES IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByProducesAsync(List<String> values)
Fetch records that have PRODUCES IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchBySecureAsync(List<Boolean> values)
Fetch records that have SECURE IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByParamModeAsync(List<String> values)
Fetch records that have PARAM_MODE IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByParamRequiredAsync(List<String> values)
Fetch records that have PARAM_REQUIRED IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByParamContainedAsync(List<String> values)
Fetch records that have PARAM_CONTAINED IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByInRuleAsync(List<String> values)
Fetch records that have IN_RULE IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByInMappingAsync(List<String> values)
Fetch records that have IN_MAPPING IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByInPlugAsync(List<String> values)
Fetch records that have IN_PLUG IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByInScriptAsync(List<String> values)
Fetch records that have IN_SCRIPT IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByOutWriterAsync(List<String> values)
Fetch records that have OUT_WRITER IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByWorkerTypeAsync(List<String> values)
Fetch records that have WORKER_TYPE IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByWorkerAddressAsync(List<String> values)
Fetch records that have WORKER_ADDRESS IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByWorkerConsumerAsync(List<String> values)
Fetch records that have WORKER_CONSUMER IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByWorkerClassAsync(List<String> values)
Fetch records that have WORKER_CLASS IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByWorkerJsAsync(List<String> values)
Fetch records that have WORKER_JS IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByServiceIdAsync(List<String> values)
Fetch records that have SERVICE_ID IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<IApi>> fetchByUpdatedByAsync(List<String> values)
Fetch records that have UPDATED_BY IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<IApiRecord,IApi,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<IApiRecord,IApi,String>Copyright © 2021. All rights reserved.