@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiFieldDao extends org.jooq.impl.DAOImpl<UiFieldRecord,UiField,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiFieldRecord,UiField,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiFieldDao()
Create a new UiFieldDao without any configuration
|
UiFieldDao(org.jooq.Configuration configuration)
Create a new UiFieldDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiField> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiField>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiField> |
fetchByContainer(String... values)
Fetch records that have
CONTAINER IN (values) |
CompletableFuture<List<UiField>> |
fetchByContainerAsync(List<String> values)
Fetch records that have
CONTAINER IN (values) asynchronously |
List<UiField> |
fetchByControlId(String... values)
Fetch records that have
CONTROL_ID IN (values) |
CompletableFuture<List<UiField>> |
fetchByControlIdAsync(List<String> values)
Fetch records that have
CONTROL_ID IN (values) asynchronously |
List<UiField> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiField>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiField> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiField>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiField> |
fetchByHidden(Boolean... values)
Fetch records that have
HIDDEN IN (values) |
CompletableFuture<List<UiField>> |
fetchByHiddenAsync(List<Boolean> values)
Fetch records that have
HIDDEN IN (values) asynchronously |
List<UiField> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiField>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiField> |
fetchByLabel(String... values)
Fetch records that have
LABEL IN (values) |
CompletableFuture<List<UiField>> |
fetchByLabelAsync(List<String> values)
Fetch records that have
LABEL IN (values) asynchronously |
List<UiField> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiField>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiField> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiField>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiField> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<UiField>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<UiField> |
fetchByOptionConfig(String... values)
Fetch records that have
OPTION_CONFIG IN (values) |
CompletableFuture<List<UiField>> |
fetchByOptionConfigAsync(List<String> values)
Fetch records that have
OPTION_CONFIG IN (values) asynchronously |
List<UiField> |
fetchByOptionItem(String... values)
Fetch records that have
OPTION_ITEM IN (values) |
CompletableFuture<List<UiField>> |
fetchByOptionItemAsync(List<String> values)
Fetch records that have
OPTION_ITEM IN (values) asynchronously |
List<UiField> |
fetchByOptionJsx(String... values)
Fetch records that have
OPTION_JSX IN (values) |
CompletableFuture<List<UiField>> |
fetchByOptionJsxAsync(List<String> values)
Fetch records that have
OPTION_JSX IN (values) asynchronously |
List<UiField> |
fetchByRender(String... values)
Fetch records that have
RENDER IN (values) |
CompletableFuture<List<UiField>> |
fetchByRenderAsync(List<String> values)
Fetch records that have
RENDER IN (values) asynchronously |
List<UiField> |
fetchByRowType(String... values)
Fetch records that have
ROW_TYPE IN (values) |
CompletableFuture<List<UiField>> |
fetchByRowTypeAsync(List<String> values)
Fetch records that have
ROW_TYPE IN (values) asynchronously |
List<UiField> |
fetchByRules(String... values)
Fetch records that have
RULES IN (values) |
CompletableFuture<List<UiField>> |
fetchByRulesAsync(List<String> values)
Fetch records that have
RULES IN (values) asynchronously |
List<UiField> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiField>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiField> |
fetchBySpan(Integer... values)
Fetch records that have
SPAN IN (values) |
CompletableFuture<List<UiField>> |
fetchBySpanAsync(List<Integer> values)
Fetch records that have
SPAN IN (values) asynchronously |
List<UiField> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiField>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiField> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiField>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiField> |
fetchByXPoint(Integer... values)
Fetch records that have
X_POINT IN (values) |
CompletableFuture<List<UiField>> |
fetchByXPointAsync(List<Integer> values)
Fetch records that have
X_POINT IN (values) asynchronously |
List<UiField> |
fetchByYPoint(Integer... values)
Fetch records that have
Y_POINT IN (values) |
CompletableFuture<List<UiField>> |
fetchByYPointAsync(List<Integer> values)
Fetch records that have
Y_POINT IN (values) asynchronously |
UiField |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiField> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiField 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 UiFieldDao()
Create a new UiFieldDao without any configuration
public UiFieldDao(org.jooq.Configuration configuration)
Create a new UiFieldDao with an attached configuration
protected String getId(UiField object)
getId in class org.jooq.impl.DAOImpl<UiFieldRecord,UiField,String>public List<UiField> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public List<UiField> fetchByXPoint(Integer... values)
Fetch records that have X_POINT IN (values)
public List<UiField> fetchByYPoint(Integer... values)
Fetch records that have Y_POINT IN (values)
public List<UiField> fetchByLabel(String... values)
Fetch records that have LABEL IN (values)
public List<UiField> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<UiField> fetchBySpan(Integer... values)
Fetch records that have SPAN IN (values)
public List<UiField> fetchByHidden(Boolean... values)
Fetch records that have HIDDEN IN (values)
public List<UiField> fetchByRender(String... values)
Fetch records that have RENDER IN (values)
public List<UiField> fetchByContainer(String... values)
Fetch records that have CONTAINER IN (values)
public List<UiField> fetchByOptionJsx(String... values)
Fetch records that have OPTION_JSX IN (values)
public List<UiField> fetchByOptionConfig(String... values)
Fetch records that have OPTION_CONFIG IN (values)
public List<UiField> fetchByOptionItem(String... values)
Fetch records that have OPTION_ITEM IN (values)
public List<UiField> fetchByRules(String... values)
Fetch records that have RULES IN (values)
public List<UiField> fetchByControlId(String... values)
Fetch records that have CONTROL_ID IN (values)
public List<UiField> fetchByRowType(String... values)
Fetch records that have ROW_TYPE IN (values)
public List<UiField> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<UiField> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<UiField> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<UiField> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<UiField> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<UiField> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<UiField> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<UiField> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<UiField>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<UiField> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<UiField>> fetchByXPointAsync(List<Integer> values)
Fetch records that have X_POINT IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByYPointAsync(List<Integer> values)
Fetch records that have Y_POINT IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByLabelAsync(List<String> values)
Fetch records that have LABEL IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchBySpanAsync(List<Integer> values)
Fetch records that have SPAN IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByHiddenAsync(List<Boolean> values)
Fetch records that have HIDDEN IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByRenderAsync(List<String> values)
Fetch records that have RENDER IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByContainerAsync(List<String> values)
Fetch records that have CONTAINER IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByOptionJsxAsync(List<String> values)
Fetch records that have OPTION_JSX IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByOptionConfigAsync(List<String> values)
Fetch records that have OPTION_CONFIG IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByOptionItemAsync(List<String> values)
Fetch records that have OPTION_ITEM IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByRulesAsync(List<String> values)
Fetch records that have RULES IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByControlIdAsync(List<String> values)
Fetch records that have CONTROL_ID IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByRowTypeAsync(List<String> values)
Fetch records that have ROW_TYPE IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<UiField>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<UiField>> 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<UiFieldRecord,UiField,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiFieldRecord,UiField,String>Copyright © 2021. All rights reserved.