@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiPageDao extends org.jooq.impl.DAOImpl<UiPageRecord,UiPage,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiPageRecord,UiPage,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiPageDao()
Create a new UiPageDao without any configuration
|
UiPageDao(org.jooq.Configuration configuration)
Create a new UiPageDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiPage> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiPage>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiPage> |
fetchByApp(String... values)
Fetch records that have
APP IN (values) |
CompletableFuture<List<UiPage>> |
fetchByAppAsync(List<String> values)
Fetch records that have
APP IN (values) asynchronously |
List<UiPage> |
fetchByAssist(String... values)
Fetch records that have
ASSIST IN (values) |
CompletableFuture<List<UiPage>> |
fetchByAssistAsync(List<String> values)
Fetch records that have
ASSIST IN (values) asynchronously |
List<UiPage> |
fetchByContainerConfig(String... values)
Fetch records that have
CONTAINER_CONFIG IN (values) |
CompletableFuture<List<UiPage>> |
fetchByContainerConfigAsync(List<String> values)
Fetch records that have
CONTAINER_CONFIG IN (values) asynchronously |
List<UiPage> |
fetchByContainerName(String... values)
Fetch records that have
CONTAINER_NAME IN (values) |
CompletableFuture<List<UiPage>> |
fetchByContainerNameAsync(List<String> values)
Fetch records that have
CONTAINER_NAME IN (values) asynchronously |
List<UiPage> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiPage>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiPage> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiPage>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiPage> |
fetchByGrid(String... values)
Fetch records that have
GRID IN (values) |
CompletableFuture<List<UiPage>> |
fetchByGridAsync(List<String> values)
Fetch records that have
GRID IN (values) asynchronously |
List<UiPage> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiPage>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiPage> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiPage>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiPage> |
fetchByLayoutId(String... values)
Fetch records that have
LAYOUT_ID IN (values) |
CompletableFuture<List<UiPage>> |
fetchByLayoutIdAsync(List<String> values)
Fetch records that have
LAYOUT_ID IN (values) asynchronously |
List<UiPage> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiPage>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiPage> |
fetchByModule(String... values)
Fetch records that have
MODULE IN (values) |
CompletableFuture<List<UiPage>> |
fetchByModuleAsync(List<String> values)
Fetch records that have
MODULE IN (values) asynchronously |
List<UiPage> |
fetchByPage(String... values)
Fetch records that have
PAGE IN (values) |
CompletableFuture<List<UiPage>> |
fetchByPageAsync(List<String> values)
Fetch records that have
PAGE IN (values) asynchronously |
List<UiPage> |
fetchByParamMap(String... values)
Fetch records that have
PARAM_MAP IN (values) |
CompletableFuture<List<UiPage>> |
fetchByParamMapAsync(List<String> values)
Fetch records that have
PARAM_MAP IN (values) asynchronously |
List<UiPage> |
fetchBySecure(Boolean... values)
Fetch records that have
SECURE IN (values) |
CompletableFuture<List<UiPage>> |
fetchBySecureAsync(List<Boolean> values)
Fetch records that have
SECURE IN (values) asynchronously |
List<UiPage> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiPage>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiPage> |
fetchByState(String... values)
Fetch records that have
STATE IN (values) |
CompletableFuture<List<UiPage>> |
fetchByStateAsync(List<String> values)
Fetch records that have
STATE IN (values) asynchronously |
List<UiPage> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiPage>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiPage> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiPage>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
UiPage |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiPage> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiPage 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 UiPageDao()
Create a new UiPageDao without any configuration
public UiPageDao(org.jooq.Configuration configuration)
Create a new UiPageDao with an attached configuration
protected String getId(UiPage object)
getId in class org.jooq.impl.DAOImpl<UiPageRecord,UiPage,String>public List<UiPage> fetchByModule(String... values)
Fetch records that have MODULE IN (values)
public List<UiPage> fetchByPage(String... values)
Fetch records that have PAGE IN (values)
public List<UiPage> fetchByLayoutId(String... values)
Fetch records that have LAYOUT_ID IN (values)
public List<UiPage> fetchBySecure(Boolean... values)
Fetch records that have SECURE IN (values)
public List<UiPage> fetchByParamMap(String... values)
Fetch records that have PARAM_MAP IN (values)
public List<UiPage> fetchByContainerName(String... values)
Fetch records that have CONTAINER_NAME IN (values)
public List<UiPage> fetchByContainerConfig(String... values)
Fetch records that have CONTAINER_CONFIG IN (values)
public List<UiPage> fetchByState(String... values)
Fetch records that have STATE IN (values)
public List<UiPage> fetchByGrid(String... values)
Fetch records that have GRID IN (values)
public List<UiPage> fetchByAssist(String... values)
Fetch records that have ASSIST IN (values)
public List<UiPage> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<UiPage> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<UiPage> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<UiPage> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<UiPage> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<UiPage> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<UiPage> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<UiPage> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<UiPage>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<UiPage> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<UiPage>> fetchByAppAsync(List<String> values)
Fetch records that have APP IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByModuleAsync(List<String> values)
Fetch records that have MODULE IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByPageAsync(List<String> values)
Fetch records that have PAGE IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByLayoutIdAsync(List<String> values)
Fetch records that have LAYOUT_ID IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchBySecureAsync(List<Boolean> values)
Fetch records that have SECURE IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByParamMapAsync(List<String> values)
Fetch records that have PARAM_MAP IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByContainerNameAsync(List<String> values)
Fetch records that have CONTAINER_NAME IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByContainerConfigAsync(List<String> values)
Fetch records that have CONTAINER_CONFIG IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByStateAsync(List<String> values)
Fetch records that have STATE IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByGridAsync(List<String> values)
Fetch records that have GRID IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByAssistAsync(List<String> values)
Fetch records that have ASSIST IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<UiPage>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<UiPage>> 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<UiPageRecord,UiPage,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiPageRecord,UiPage,String>Copyright © 2020. All rights reserved.