@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiListDao extends org.jooq.impl.DAOImpl<UiListRecord,UiList,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiListRecord,UiList,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiListDao()
Create a new UiListDao without any configuration
|
UiListDao(org.jooq.Configuration configuration)
Create a new UiListDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiList> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiList>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiList> |
fetchByClassCombiner(String... values)
Fetch records that have
CLASS_COMBINER IN (values) |
CompletableFuture<List<UiList>> |
fetchByClassCombinerAsync(List<String> values)
Fetch records that have
CLASS_COMBINER IN (values) asynchronously |
List<UiList> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<UiList>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<UiList> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiList>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiList> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiList>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiList> |
fetchByDynamicColumn(Boolean... values)
Fetch records that have
DYNAMIC_COLUMN IN (values) |
CompletableFuture<List<UiList>> |
fetchByDynamicColumnAsync(List<Boolean> values)
Fetch records that have
DYNAMIC_COLUMN IN (values) asynchronously |
List<UiList> |
fetchByDynamicSwitch(Boolean... values)
Fetch records that have
DYNAMIC_SWITCH IN (values) |
CompletableFuture<List<UiList>> |
fetchByDynamicSwitchAsync(List<Boolean> values)
Fetch records that have
DYNAMIC_SWITCH IN (values) asynchronously |
List<UiList> |
fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<UiList>> |
fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<UiList> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiList>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiList> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiList>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiList> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiList>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiList> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<UiList>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<UiList> |
fetchByOptions(String... values)
Fetch records that have
OPTIONS IN (values) |
List<UiList> |
fetchByOptionsAjax(String... values)
Fetch records that have
OPTIONS_AJAX IN (values) |
CompletableFuture<List<UiList>> |
fetchByOptionsAjaxAsync(List<String> values)
Fetch records that have
OPTIONS_AJAX IN (values) asynchronously |
CompletableFuture<List<UiList>> |
fetchByOptionsAsync(List<String> values)
Fetch records that have
OPTIONS IN (values) asynchronously |
List<UiList> |
fetchByOptionsSubmit(String... values)
Fetch records that have
OPTIONS_SUBMIT IN (values) |
CompletableFuture<List<UiList>> |
fetchByOptionsSubmitAsync(List<String> values)
Fetch records that have
OPTIONS_SUBMIT IN (values) asynchronously |
List<UiList> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiList>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiList> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiList>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiList> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiList>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiList> |
fetchByVQuery(String... values)
Fetch records that have
V_QUERY IN (values) |
CompletableFuture<List<UiList>> |
fetchByVQueryAsync(List<String> values)
Fetch records that have
V_QUERY IN (values) asynchronously |
List<UiList> |
fetchByVSearch(String... values)
Fetch records that have
V_SEARCH IN (values) |
CompletableFuture<List<UiList>> |
fetchByVSearchAsync(List<String> values)
Fetch records that have
V_SEARCH IN (values) asynchronously |
List<UiList> |
fetchByVSegment(String... values)
Fetch records that have
V_SEGMENT IN (values) |
CompletableFuture<List<UiList>> |
fetchByVSegmentAsync(List<String> values)
Fetch records that have
V_SEGMENT IN (values) asynchronously |
List<UiList> |
fetchByVTable(String... values)
Fetch records that have
V_TABLE IN (values) |
CompletableFuture<List<UiList>> |
fetchByVTableAsync(List<String> values)
Fetch records that have
V_TABLE IN (values) asynchronously |
UiList |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiList> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiList 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 UiListDao()
Create a new UiListDao without any configuration
public UiListDao(org.jooq.Configuration configuration)
Create a new UiListDao with an attached configuration
protected String getId(UiList object)
getId in class org.jooq.impl.DAOImpl<UiListRecord,UiList,String>public List<UiList> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<UiList> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<UiList> fetchByIdentifier(String... values)
Fetch records that have IDENTIFIER IN (values)
public List<UiList> fetchByVQuery(String... values)
Fetch records that have V_QUERY IN (values)
public List<UiList> fetchByVSearch(String... values)
Fetch records that have V_SEARCH IN (values)
public List<UiList> fetchByVTable(String... values)
Fetch records that have V_TABLE IN (values)
public List<UiList> fetchByVSegment(String... values)
Fetch records that have V_SEGMENT IN (values)
public List<UiList> fetchByDynamicColumn(Boolean... values)
Fetch records that have DYNAMIC_COLUMN IN (values)
public List<UiList> fetchByDynamicSwitch(Boolean... values)
Fetch records that have DYNAMIC_SWITCH IN (values)
public List<UiList> fetchByOptionsAjax(String... values)
Fetch records that have OPTIONS_AJAX IN (values)
public List<UiList> fetchByOptionsSubmit(String... values)
Fetch records that have OPTIONS_SUBMIT IN (values)
public List<UiList> fetchByOptions(String... values)
Fetch records that have OPTIONS IN (values)
public List<UiList> fetchByClassCombiner(String... values)
Fetch records that have CLASS_COMBINER IN (values)
public List<UiList> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<UiList> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<UiList> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<UiList> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<UiList> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<UiList> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<UiList> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<UiList> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<UiList>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<UiList> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<UiList>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByIdentifierAsync(List<String> values)
Fetch records that have IDENTIFIER IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByVQueryAsync(List<String> values)
Fetch records that have V_QUERY IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByVSearchAsync(List<String> values)
Fetch records that have V_SEARCH IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByVTableAsync(List<String> values)
Fetch records that have V_TABLE IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByVSegmentAsync(List<String> values)
Fetch records that have V_SEGMENT IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByDynamicColumnAsync(List<Boolean> values)
Fetch records that have DYNAMIC_COLUMN IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByDynamicSwitchAsync(List<Boolean> values)
Fetch records that have DYNAMIC_SWITCH IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByOptionsAjaxAsync(List<String> values)
Fetch records that have OPTIONS_AJAX IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByOptionsSubmitAsync(List<String> values)
Fetch records that have OPTIONS_SUBMIT IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByOptionsAsync(List<String> values)
Fetch records that have OPTIONS IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByClassCombinerAsync(List<String> values)
Fetch records that have CLASS_COMBINER IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<UiList>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<UiList>> 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<UiListRecord,UiList,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiListRecord,UiList,String>Copyright © 2021. All rights reserved.