@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiColumnDao extends org.jooq.impl.DAOImpl<UiColumnRecord,UiColumn,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiColumnRecord,UiColumn,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiColumnDao()
Create a new UiColumnDao without any configuration
|
UiColumnDao(org.jooq.Configuration configuration)
Create a new UiColumnDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiColumn> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiColumn> |
fetchByClassName(String... values)
Fetch records that have
CLASS_NAME IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByClassNameAsync(List<String> values)
Fetch records that have
CLASS_NAME IN (values) asynchronously |
List<UiColumn> |
fetchByConfig(String... values)
Fetch records that have
CONFIG IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByConfigAsync(List<String> values)
Fetch records that have
CONFIG IN (values) asynchronously |
List<UiColumn> |
fetchByControlId(String... values)
Fetch records that have
CONTROL_ID IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByControlIdAsync(List<String> values)
Fetch records that have
CONTROL_ID IN (values) asynchronously |
List<UiColumn> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiColumn> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiColumn> |
fetchByDataIndex(String... values)
Fetch records that have
DATA_INDEX IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByDataIndexAsync(List<String> values)
Fetch records that have
DATA_INDEX IN (values) asynchronously |
List<UiColumn> |
fetchByDatum(String... values)
Fetch records that have
DATUM IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByDatumAsync(List<String> values)
Fetch records that have
DATUM IN (values) asynchronously |
List<UiColumn> |
fetchByEmpty(String... values)
Fetch records that have
EMPTY IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByEmptyAsync(List<String> values)
Fetch records that have
EMPTY IN (values) asynchronously |
List<UiColumn> |
fetchByFilterConfig(String... values)
Fetch records that have
FILTER_CONFIG IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByFilterConfigAsync(List<String> values)
Fetch records that have
FILTER_CONFIG IN (values) asynchronously |
List<UiColumn> |
fetchByFilterType(String... values)
Fetch records that have
FILTER_TYPE IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByFilterTypeAsync(List<String> values)
Fetch records that have
FILTER_TYPE IN (values) asynchronously |
List<UiColumn> |
fetchByFixed(Boolean... values)
Fetch records that have
FIXED IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByFixedAsync(List<Boolean> values)
Fetch records that have
FIXED IN (values) asynchronously |
List<UiColumn> |
fetchByFormat(String... values)
Fetch records that have
FORMAT IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByFormatAsync(List<String> values)
Fetch records that have
FORMAT IN (values) asynchronously |
List<UiColumn> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiColumn> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiColumn> |
fetchByMapping(String... values)
Fetch records that have
MAPPING IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByMappingAsync(List<String> values)
Fetch records that have
MAPPING IN (values) asynchronously |
List<UiColumn> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiColumn> |
fetchByOption(String... values)
Fetch records that have
OPTION IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByOptionAsync(List<String> values)
Fetch records that have
OPTION IN (values) asynchronously |
List<UiColumn> |
fetchByPosition(Integer... values)
Fetch records that have
POSITION IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByPositionAsync(List<Integer> values)
Fetch records that have
POSITION IN (values) asynchronously |
List<UiColumn> |
fetchByRender(String... values)
Fetch records that have
RENDER IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByRenderAsync(List<String> values)
Fetch records that have
RENDER IN (values) asynchronously |
List<UiColumn> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiColumn>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiColumn> |
fetchBySorter(Boolean... values)
Fetch records that have
SORTER IN (values) |
CompletableFuture<List<UiColumn>> |
fetchBySorterAsync(List<Boolean> values)
Fetch records that have
SORTER IN (values) asynchronously |
List<UiColumn> |
fetchByTitle(String... values)
Fetch records that have
TITLE IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByTitleAsync(List<String> values)
Fetch records that have
TITLE IN (values) asynchronously |
List<UiColumn> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiColumn> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiColumn> |
fetchByWidth(Integer... values)
Fetch records that have
WIDTH IN (values) |
CompletableFuture<List<UiColumn>> |
fetchByWidthAsync(List<Integer> values)
Fetch records that have
WIDTH IN (values) asynchronously |
UiColumn |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiColumn> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiColumn 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 UiColumnDao()
Create a new UiColumnDao without any configuration
public UiColumnDao(org.jooq.Configuration configuration)
Create a new UiColumnDao with an attached configuration
protected String getId(UiColumn object)
getId in class org.jooq.impl.DAOImpl<UiColumnRecord,UiColumn,String>public List<UiColumn> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public UiColumn fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<UiColumn> fetchByTitle(String... values)
Fetch records that have TITLE IN (values)
public List<UiColumn> fetchByDataIndex(String... values)
Fetch records that have DATA_INDEX IN (values)
public List<UiColumn> fetchByPosition(Integer... values)
Fetch records that have POSITION IN (values)
public List<UiColumn> fetchByRender(String... values)
Fetch records that have RENDER IN (values)
public List<UiColumn> fetchByWidth(Integer... values)
Fetch records that have WIDTH IN (values)
public List<UiColumn> fetchByFixed(Boolean... values)
Fetch records that have FIXED IN (values)
public List<UiColumn> fetchByClassName(String... values)
Fetch records that have CLASS_NAME IN (values)
public List<UiColumn> fetchBySorter(Boolean... values)
Fetch records that have SORTER IN (values)
public List<UiColumn> fetchByFilterType(String... values)
Fetch records that have FILTER_TYPE IN (values)
public List<UiColumn> fetchByFilterConfig(String... values)
Fetch records that have FILTER_CONFIG IN (values)
public List<UiColumn> fetchByEmpty(String... values)
Fetch records that have EMPTY IN (values)
public List<UiColumn> fetchByMapping(String... values)
Fetch records that have MAPPING IN (values)
public List<UiColumn> fetchByConfig(String... values)
Fetch records that have CONFIG IN (values)
public List<UiColumn> fetchByOption(String... values)
Fetch records that have OPTION IN (values)
public List<UiColumn> fetchByFormat(String... values)
Fetch records that have FORMAT IN (values)
public List<UiColumn> fetchByDatum(String... values)
Fetch records that have DATUM IN (values)
public List<UiColumn> fetchByControlId(String... values)
Fetch records that have CONTROL_ID IN (values)
public List<UiColumn> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<UiColumn> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<UiColumn> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<UiColumn> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<UiColumn> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<UiColumn> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<UiColumn> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<UiColumn> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<UiColumn>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<UiColumn> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<UiColumn>> fetchByTitleAsync(List<String> values)
Fetch records that have TITLE IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByDataIndexAsync(List<String> values)
Fetch records that have DATA_INDEX IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByPositionAsync(List<Integer> values)
Fetch records that have POSITION IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByRenderAsync(List<String> values)
Fetch records that have RENDER IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByWidthAsync(List<Integer> values)
Fetch records that have WIDTH IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByFixedAsync(List<Boolean> values)
Fetch records that have FIXED IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByClassNameAsync(List<String> values)
Fetch records that have CLASS_NAME IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchBySorterAsync(List<Boolean> values)
Fetch records that have SORTER IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByFilterTypeAsync(List<String> values)
Fetch records that have FILTER_TYPE IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByFilterConfigAsync(List<String> values)
Fetch records that have FILTER_CONFIG IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByEmptyAsync(List<String> values)
Fetch records that have EMPTY IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByMappingAsync(List<String> values)
Fetch records that have MAPPING IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByConfigAsync(List<String> values)
Fetch records that have CONFIG IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByOptionAsync(List<String> values)
Fetch records that have OPTION IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByFormatAsync(List<String> values)
Fetch records that have FORMAT IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByDatumAsync(List<String> values)
Fetch records that have DATUM IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByControlIdAsync(List<String> values)
Fetch records that have CONTROL_ID IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<UiColumn>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<UiColumn>> 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<UiColumnRecord,UiColumn,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiColumnRecord,UiColumn,String>Copyright © 2021. All rights reserved.