@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiFormDao extends org.jooq.impl.DAOImpl<UiFormRecord,UiForm,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiFormRecord,UiForm,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiFormDao()
Create a new UiFormDao without any configuration
|
UiFormDao(org.jooq.Configuration configuration)
Create a new UiFormDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiForm> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiForm>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiForm> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<UiForm>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<UiForm> |
fetchByColumns(Integer... values)
Fetch records that have
COLUMNS IN (values) |
CompletableFuture<List<UiForm>> |
fetchByColumnsAsync(List<Integer> values)
Fetch records that have
COLUMNS IN (values) asynchronously |
List<UiForm> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiForm>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiForm> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiForm>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiForm> |
fetchByHidden(String... values)
Fetch records that have
HIDDEN IN (values) |
CompletableFuture<List<UiForm>> |
fetchByHiddenAsync(List<String> values)
Fetch records that have
HIDDEN IN (values) asynchronously |
List<UiForm> |
fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<UiForm>> |
fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<UiForm> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiForm>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiForm> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiForm>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiForm> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiForm>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiForm> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<UiForm>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<UiForm> |
fetchByRow(String... values)
Fetch records that have
ROW IN (values) |
CompletableFuture<List<UiForm>> |
fetchByRowAsync(List<String> values)
Fetch records that have
ROW IN (values) asynchronously |
List<UiForm> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiForm>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiForm> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiForm>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiForm> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiForm>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiForm> |
fetchByWindow(BigDecimal... values)
Fetch records that have
WINDOW IN (values) |
CompletableFuture<List<UiForm>> |
fetchByWindowAsync(List<BigDecimal> values)
Fetch records that have
WINDOW IN (values) asynchronously |
UiForm |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiForm> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiForm 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 UiFormDao()
Create a new UiFormDao without any configuration
public UiFormDao(org.jooq.Configuration configuration)
Create a new UiFormDao with an attached configuration
protected String getId(UiForm object)
getId in class org.jooq.impl.DAOImpl<UiFormRecord,UiForm,String>public List<UiForm> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<UiForm> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<UiForm> fetchByWindow(BigDecimal... values)
Fetch records that have WINDOW IN (values)
public List<UiForm> fetchByColumns(Integer... values)
Fetch records that have COLUMNS IN (values)
public List<UiForm> fetchByHidden(String... values)
Fetch records that have HIDDEN IN (values)
public List<UiForm> fetchByIdentifier(String... values)
Fetch records that have IDENTIFIER IN (values)
public List<UiForm> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<UiForm> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<UiForm> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<UiForm> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<UiForm> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<UiForm> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<UiForm> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<UiForm> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<UiForm>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<UiForm> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<UiForm>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByWindowAsync(List<BigDecimal> values)
Fetch records that have WINDOW IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByColumnsAsync(List<Integer> values)
Fetch records that have COLUMNS IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByHiddenAsync(List<String> values)
Fetch records that have HIDDEN IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByRowAsync(List<String> values)
Fetch records that have ROW IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByIdentifierAsync(List<String> values)
Fetch records that have IDENTIFIER IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<UiForm>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<UiForm>> 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<UiFormRecord,UiForm,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiFormRecord,UiForm,String>Copyright © 2020. All rights reserved.