@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiControlDao extends org.jooq.impl.DAOImpl<UiControlRecord,UiControl,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiControlRecord,UiControl,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiControlDao()
Create a new UiControlDao without any configuration
|
UiControlDao(org.jooq.Configuration configuration)
Create a new UiControlDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiControl> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiControl>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiControl> |
fetchByAssist(String... values)
Fetch records that have
ASSIST IN (values) |
CompletableFuture<List<UiControl>> |
fetchByAssistAsync(List<String> values)
Fetch records that have
ASSIST IN (values) asynchronously |
List<UiControl> |
fetchByComponentConfig(String... values)
Fetch records that have
COMPONENT_CONFIG IN (values) |
CompletableFuture<List<UiControl>> |
fetchByComponentConfigAsync(List<String> values)
Fetch records that have
COMPONENT_CONFIG IN (values) asynchronously |
List<UiControl> |
fetchByComponentData(String... values)
Fetch records that have
COMPONENT_DATA IN (values) |
CompletableFuture<List<UiControl>> |
fetchByComponentDataAsync(List<String> values)
Fetch records that have
COMPONENT_DATA IN (values) asynchronously |
List<UiControl> |
fetchByComponentName(String... values)
Fetch records that have
COMPONENT_NAME IN (values) |
CompletableFuture<List<UiControl>> |
fetchByComponentNameAsync(List<String> values)
Fetch records that have
COMPONENT_NAME IN (values) asynchronously |
List<UiControl> |
fetchByContainerConfig(String... values)
Fetch records that have
CONTAINER_CONFIG IN (values) |
CompletableFuture<List<UiControl>> |
fetchByContainerConfigAsync(List<String> values)
Fetch records that have
CONTAINER_CONFIG IN (values) asynchronously |
List<UiControl> |
fetchByContainerName(String... values)
Fetch records that have
CONTAINER_NAME IN (values) |
CompletableFuture<List<UiControl>> |
fetchByContainerNameAsync(List<String> values)
Fetch records that have
CONTAINER_NAME IN (values) asynchronously |
List<UiControl> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiControl>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiControl> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiControl>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiControl> |
fetchByGrid(String... values)
Fetch records that have
GRID IN (values) |
CompletableFuture<List<UiControl>> |
fetchByGridAsync(List<String> values)
Fetch records that have
GRID IN (values) asynchronously |
List<UiControl> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiControl>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiControl> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiControl>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiControl> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiControl>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiControl> |
fetchByPageId(String... values)
Fetch records that have
PAGE_ID IN (values) |
CompletableFuture<List<UiControl>> |
fetchByPageIdAsync(List<String> values)
Fetch records that have
PAGE_ID IN (values) asynchronously |
List<UiControl> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiControl>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiControl> |
fetchBySign(String... values)
Fetch records that have
SIGN IN (values) |
CompletableFuture<List<UiControl>> |
fetchBySignAsync(List<String> values)
Fetch records that have
SIGN IN (values) asynchronously |
List<UiControl> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<UiControl>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<UiControl> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiControl>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiControl> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiControl>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
UiControl |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiControl> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
UiControl |
fetchOneBySign(String value)
Fetch a unique record that has
SIGN = value |
CompletableFuture<UiControl> |
fetchOneBySignAsync(String value)
Fetch a unique record that has
SIGN = value asynchronously |
protected String |
getId(UiControl 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 UiControlDao()
Create a new UiControlDao without any configuration
public UiControlDao(org.jooq.Configuration configuration)
Create a new UiControlDao with an attached configuration
protected String getId(UiControl object)
getId in class org.jooq.impl.DAOImpl<UiControlRecord,UiControl,String>public List<UiControl> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public UiControl fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<UiControl> fetchBySign(String... values)
Fetch records that have SIGN IN (values)
public UiControl fetchOneBySign(String value)
Fetch a unique record that has SIGN = value
public List<UiControl> fetchByPageId(String... values)
Fetch records that have PAGE_ID IN (values)
public List<UiControl> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<UiControl> fetchByContainerName(String... values)
Fetch records that have CONTAINER_NAME IN (values)
public List<UiControl> fetchByContainerConfig(String... values)
Fetch records that have CONTAINER_CONFIG IN (values)
public List<UiControl> fetchByAssist(String... values)
Fetch records that have ASSIST IN (values)
public List<UiControl> fetchByGrid(String... values)
Fetch records that have GRID IN (values)
public List<UiControl> fetchByComponentName(String... values)
Fetch records that have COMPONENT_NAME IN (values)
public List<UiControl> fetchByComponentConfig(String... values)
Fetch records that have COMPONENT_CONFIG IN (values)
public List<UiControl> fetchByComponentData(String... values)
Fetch records that have COMPONENT_DATA IN (values)
public List<UiControl> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<UiControl> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<UiControl> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<UiControl> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<UiControl> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<UiControl> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<UiControl> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<UiControl> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<UiControl>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<UiControl> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<UiControl>> fetchBySignAsync(List<String> values)
Fetch records that have SIGN IN (values) asynchronously
public CompletableFuture<UiControl> fetchOneBySignAsync(String value)
Fetch a unique record that has SIGN = value asynchronously
public CompletableFuture<List<UiControl>> fetchByPageIdAsync(List<String> values)
Fetch records that have PAGE_ID IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByContainerNameAsync(List<String> values)
Fetch records that have CONTAINER_NAME IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByContainerConfigAsync(List<String> values)
Fetch records that have CONTAINER_CONFIG IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByAssistAsync(List<String> values)
Fetch records that have ASSIST IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByGridAsync(List<String> values)
Fetch records that have GRID IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByComponentNameAsync(List<String> values)
Fetch records that have COMPONENT_NAME IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByComponentConfigAsync(List<String> values)
Fetch records that have COMPONENT_CONFIG IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByComponentDataAsync(List<String> values)
Fetch records that have COMPONENT_DATA IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<UiControl>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<UiControl>> 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<UiControlRecord,UiControl,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiControlRecord,UiControl,String>Copyright © 2020. All rights reserved.