@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class IJobDao extends org.jooq.impl.DAOImpl<IJobRecord,IJob,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<IJobRecord,IJob,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
IJobDao()
Create a new IJobDao without any configuration
|
IJobDao(org.jooq.Configuration configuration)
Create a new IJobDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<IJob> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<IJob>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<IJob> |
fetchByAdditional(String... values)
Fetch records that have
ADDITIONAL IN (values) |
CompletableFuture<List<IJob>> |
fetchByAdditionalAsync(List<String> values)
Fetch records that have
ADDITIONAL IN (values) asynchronously |
List<IJob> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<IJob>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<IJob> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<IJob>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<IJob> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<IJob>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<IJob> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<IJob>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<IJob> |
fetchByDuration(Long... values)
Fetch records that have
DURATION IN (values) |
CompletableFuture<List<IJob>> |
fetchByDurationAsync(List<Long> values)
Fetch records that have
DURATION IN (values) asynchronously |
List<IJob> |
fetchByGroup(String... values)
Fetch records that have
GROUP IN (values) |
CompletableFuture<List<IJob>> |
fetchByGroupAsync(List<String> values)
Fetch records that have
GROUP IN (values) asynchronously |
List<IJob> |
fetchByIncomeAddress(String... values)
Fetch records that have
INCOME_ADDRESS IN (values) |
CompletableFuture<List<IJob>> |
fetchByIncomeAddressAsync(List<String> values)
Fetch records that have
INCOME_ADDRESS IN (values) asynchronously |
List<IJob> |
fetchByIncomeComponent(String... values)
Fetch records that have
INCOME_COMPONENT IN (values) |
CompletableFuture<List<IJob>> |
fetchByIncomeComponentAsync(List<String> values)
Fetch records that have
INCOME_COMPONENT IN (values) asynchronously |
List<IJob> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<IJob>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<IJob> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<IJob>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<IJob> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<IJob>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<IJob> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<IJob>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<IJob> |
fetchByNamespace(String... values)
Fetch records that have
NAMESPACE IN (values) |
CompletableFuture<List<IJob>> |
fetchByNamespaceAsync(List<String> values)
Fetch records that have
NAMESPACE IN (values) asynchronously |
List<IJob> |
fetchByOutcomeAddress(String... values)
Fetch records that have
OUTCOME_ADDRESS IN (values) |
CompletableFuture<List<IJob>> |
fetchByOutcomeAddressAsync(List<String> values)
Fetch records that have
OUTCOME_ADDRESS IN (values) asynchronously |
List<IJob> |
fetchByOutcomeComponent(String... values)
Fetch records that have
OUTCOME_COMPONENT IN (values) |
CompletableFuture<List<IJob>> |
fetchByOutcomeComponentAsync(List<String> values)
Fetch records that have
OUTCOME_COMPONENT IN (values) asynchronously |
List<IJob> |
fetchByProxy(String... values)
Fetch records that have
PROXY IN (values) |
CompletableFuture<List<IJob>> |
fetchByProxyAsync(List<String> values)
Fetch records that have
PROXY IN (values) asynchronously |
List<IJob> |
fetchByRunAt(LocalTime... values)
Fetch records that have
RUN_AT IN (values) |
CompletableFuture<List<IJob>> |
fetchByRunAtAsync(List<LocalTime> values)
Fetch records that have
RUN_AT IN (values) asynchronously |
List<IJob> |
fetchByServiceId(String... values)
Fetch records that have
SERVICE_ID IN (values) |
CompletableFuture<List<IJob>> |
fetchByServiceIdAsync(List<String> values)
Fetch records that have
SERVICE_ID IN (values) asynchronously |
List<IJob> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<IJob>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<IJob> |
fetchByThreshold(Integer... values)
Fetch records that have
THRESHOLD IN (values) |
CompletableFuture<List<IJob>> |
fetchByThresholdAsync(List<Integer> values)
Fetch records that have
THRESHOLD IN (values) asynchronously |
List<IJob> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<IJob>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<IJob> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<IJob>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<IJob> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<IJob>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
IJob |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<IJob> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(IJob 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 IJobDao()
Create a new IJobDao without any configuration
public IJobDao(org.jooq.Configuration configuration)
Create a new IJobDao with an attached configuration
protected String getId(IJob object)
getId in class org.jooq.impl.DAOImpl<IJobRecord,IJob,String>public List<IJob> fetchByNamespace(String... values)
Fetch records that have NAMESPACE IN (values)
public List<IJob> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<IJob> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<IJob> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<IJob> fetchByGroup(String... values)
Fetch records that have GROUP IN (values)
public List<IJob> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<IJob> fetchByAdditional(String... values)
Fetch records that have ADDITIONAL IN (values)
public List<IJob> fetchByRunAt(LocalTime... values)
Fetch records that have RUN_AT IN (values)
public List<IJob> fetchByDuration(Long... values)
Fetch records that have DURATION IN (values)
public List<IJob> fetchByProxy(String... values)
Fetch records that have PROXY IN (values)
public List<IJob> fetchByThreshold(Integer... values)
Fetch records that have THRESHOLD IN (values)
public List<IJob> fetchByIncomeComponent(String... values)
Fetch records that have INCOME_COMPONENT IN (values)
public List<IJob> fetchByIncomeAddress(String... values)
Fetch records that have INCOME_ADDRESS IN (values)
public List<IJob> fetchByOutcomeComponent(String... values)
Fetch records that have OUTCOME_COMPONENT IN (values)
public List<IJob> fetchByOutcomeAddress(String... values)
Fetch records that have OUTCOME_ADDRESS IN (values)
public List<IJob> fetchByServiceId(String... values)
Fetch records that have SERVICE_ID IN (values)
public List<IJob> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<IJob> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<IJob> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<IJob> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<IJob> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<IJob> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<IJob> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<IJob> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<IJob>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<IJob> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<IJob>> fetchByNamespaceAsync(List<String> values)
Fetch records that have NAMESPACE IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByGroupAsync(List<String> values)
Fetch records that have GROUP IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByAdditionalAsync(List<String> values)
Fetch records that have ADDITIONAL IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByRunAtAsync(List<LocalTime> values)
Fetch records that have RUN_AT IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByDurationAsync(List<Long> values)
Fetch records that have DURATION IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByProxyAsync(List<String> values)
Fetch records that have PROXY IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByThresholdAsync(List<Integer> values)
Fetch records that have THRESHOLD IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByIncomeComponentAsync(List<String> values)
Fetch records that have INCOME_COMPONENT IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByIncomeAddressAsync(List<String> values)
Fetch records that have INCOME_ADDRESS IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByOutcomeComponentAsync(List<String> values)
Fetch records that have OUTCOME_COMPONENT IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByOutcomeAddressAsync(List<String> values)
Fetch records that have OUTCOME_ADDRESS IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByServiceIdAsync(List<String> values)
Fetch records that have SERVICE_ID IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<IJob>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<IJob>> 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<IJobRecord,IJob,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<IJobRecord,IJob,String>Copyright © 2021. All rights reserved.