@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiAjaxDao extends org.jooq.impl.DAOImpl<UiAjaxRecord,UiAjax,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiAjaxRecord,UiAjax,String>
| Constructor and Description |
|---|
UiAjaxDao()
Create a new UiAjaxDao without any configuration
|
UiAjaxDao(org.jooq.Configuration configuration)
Create a new UiAjaxDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiAjax> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiAjax> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiAjax> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiAjax> |
fetchByCriteria(String... values)
Fetch records that have
CRITERIA IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByCriteriaAsync(List<String> values)
Fetch records that have
CRITERIA IN (values) asynchronously |
List<UiAjax> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiAjax> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiAjax> |
fetchByLazy(Boolean... values)
Fetch records that have
LAZY IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByLazyAsync(List<Boolean> values)
Fetch records that have
LAZY IN (values) asynchronously |
List<UiAjax> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiAjax> |
fetchByMethod(String... values)
Fetch records that have
METHOD IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByMethodAsync(List<String> values)
Fetch records that have
METHOD IN (values) asynchronously |
List<UiAjax> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<UiAjax> |
fetchByPager(String... values)
Fetch records that have
PAGER IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByPagerAsync(List<String> values)
Fetch records that have
PAGER IN (values) asynchronously |
List<UiAjax> |
fetchByProjection(String... values)
Fetch records that have
PROJECTION IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByProjectionAsync(List<String> values)
Fetch records that have
PROJECTION IN (values) asynchronously |
List<UiAjax> |
fetchByQuery(Boolean... values)
Fetch records that have
QUERY IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByQueryAsync(List<Boolean> values)
Fetch records that have
QUERY IN (values) asynchronously |
List<UiAjax> |
fetchByRelatedId(String... values)
Fetch records that have
RELATED_ID IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByRelatedIdAsync(List<String> values)
Fetch records that have
RELATED_ID IN (values) asynchronously |
List<UiAjax> |
fetchByRelatedType(String... values)
Fetch records that have
RELATED_TYPE IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByRelatedTypeAsync(List<String> values)
Fetch records that have
RELATED_TYPE IN (values) asynchronously |
List<UiAjax> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiAjax>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiAjax> |
fetchBySorter(String... values)
Fetch records that have
SORTER IN (values) |
CompletableFuture<List<UiAjax>> |
fetchBySorterAsync(List<String> values)
Fetch records that have
SORTER IN (values) asynchronously |
List<UiAjax> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiAjax> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiAjax> |
fetchByUri(String... values)
Fetch records that have
URI IN (values) |
CompletableFuture<List<UiAjax>> |
fetchByUriAsync(List<String> values)
Fetch records that have
URI IN (values) asynchronously |
UiAjax |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiAjax> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiAjax 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 UiAjaxDao()
public UiAjaxDao(org.jooq.Configuration configuration)
protected String getId(UiAjax object)
getId in class org.jooq.impl.DAOImpl<UiAjaxRecord,UiAjax,String>public List<UiAjax> fetchByName(String... values)
NAME IN (values)public List<UiAjax> fetchByQuery(Boolean... values)
QUERY IN (values)public List<UiAjax> fetchByLazy(Boolean... values)
LAZY IN (values)public List<UiAjax> fetchByMethod(String... values)
METHOD IN (values)public List<UiAjax> fetchByProjection(String... values)
PROJECTION IN (values)public List<UiAjax> fetchByPager(String... values)
PAGER IN (values)public List<UiAjax> fetchBySorter(String... values)
SORTER IN (values)public List<UiAjax> fetchByCriteria(String... values)
CRITERIA IN (values)public List<UiAjax> fetchByRelatedType(String... values)
RELATED_TYPE IN (values)public List<UiAjax> fetchByRelatedId(String... values)
RELATED_ID IN (values)public List<UiAjax> fetchByActive(Boolean... values)
ACTIVE IN (values)public List<UiAjax> fetchBySigma(String... values)
SIGMA IN (values)public List<UiAjax> fetchByMetadata(String... values)
METADATA IN (values)public List<UiAjax> fetchByLanguage(String... values)
LANGUAGE IN (values)public List<UiAjax> fetchByCreatedAt(LocalDateTime... values)
CREATED_AT IN (values)public List<UiAjax> fetchByCreatedBy(String... values)
CREATED_BY IN (values)public List<UiAjax> fetchByUpdatedAt(LocalDateTime... values)
UPDATED_AT IN (values)public List<UiAjax> fetchByUpdatedBy(String... values)
UPDATED_BY IN (values)public CompletableFuture<List<UiAjax>> fetchByKeyAsync(List<String> values)
KEY IN (values) asynchronouslypublic CompletableFuture<UiAjax> fetchOneByKeyAsync(String value)
KEY = value asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByNameAsync(List<String> values)
NAME IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByUriAsync(List<String> values)
URI IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByQueryAsync(List<Boolean> values)
QUERY IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByLazyAsync(List<Boolean> values)
LAZY IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByMethodAsync(List<String> values)
METHOD IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByProjectionAsync(List<String> values)
PROJECTION IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByPagerAsync(List<String> values)
PAGER IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchBySorterAsync(List<String> values)
SORTER IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByCriteriaAsync(List<String> values)
CRITERIA IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByRelatedTypeAsync(List<String> values)
RELATED_TYPE IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByRelatedIdAsync(List<String> values)
RELATED_ID IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByActiveAsync(List<Boolean> values)
ACTIVE IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchBySigmaAsync(List<String> values)
SIGMA IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByMetadataAsync(List<String> values)
METADATA IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByLanguageAsync(List<String> values)
LANGUAGE IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByCreatedAtAsync(List<LocalDateTime> values)
CREATED_AT IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByCreatedByAsync(List<String> values)
CREATED_BY IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
UPDATED_AT IN (values) asynchronouslypublic CompletableFuture<List<UiAjax>> fetchByUpdatedByAsync(List<String> values)
UPDATED_BY IN (values) asynchronouslypublic void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiAjaxRecord,UiAjax,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiAjaxRecord,UiAjax,String>Copyright © 2019. All rights reserved.