@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiOpDao extends org.jooq.impl.DAOImpl<UiOpRecord,UiOp,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiOpRecord,UiOp,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
UiOpDao()
Create a new UiOpDao without any configuration
|
UiOpDao(org.jooq.Configuration configuration)
Create a new UiOpDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<UiOp> |
fetchByAction(String... values)
Fetch records that have
ACTION IN (values) |
CompletableFuture<List<UiOp>> |
fetchByActionAsync(List<String> values)
Fetch records that have
ACTION IN (values) asynchronously |
List<UiOp> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiOp>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiOp> |
fetchByClientId(String... values)
Fetch records that have
CLIENT_ID IN (values) |
CompletableFuture<List<UiOp>> |
fetchByClientIdAsync(List<String> values)
Fetch records that have
CLIENT_ID IN (values) asynchronously |
List<UiOp> |
fetchByClientKey(String... values)
Fetch records that have
CLIENT_KEY IN (values) |
CompletableFuture<List<UiOp>> |
fetchByClientKeyAsync(List<String> values)
Fetch records that have
CLIENT_KEY IN (values) asynchronously |
List<UiOp> |
fetchByConfig(String... values)
Fetch records that have
CONFIG IN (values) |
CompletableFuture<List<UiOp>> |
fetchByConfigAsync(List<String> values)
Fetch records that have
CONFIG IN (values) asynchronously |
List<UiOp> |
fetchByControlId(String... values)
Fetch records that have
CONTROL_ID IN (values) |
CompletableFuture<List<UiOp>> |
fetchByControlIdAsync(List<String> values)
Fetch records that have
CONTROL_ID IN (values) asynchronously |
List<UiOp> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiOp>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiOp> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiOp>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiOp> |
fetchByEvent(String... values)
Fetch records that have
EVENT IN (values) |
CompletableFuture<List<UiOp>> |
fetchByEventAsync(List<String> values)
Fetch records that have
EVENT IN (values) asynchronously |
List<UiOp> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiOp>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiOp> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiOp>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiOp> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiOp>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiOp> |
fetchByPlugin(String... values)
Fetch records that have
PLUGIN IN (values) |
CompletableFuture<List<UiOp>> |
fetchByPluginAsync(List<String> values)
Fetch records that have
PLUGIN IN (values) asynchronously |
List<UiOp> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiOp>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiOp> |
fetchByText(String... values)
Fetch records that have
TEXT IN (values) |
CompletableFuture<List<UiOp>> |
fetchByTextAsync(List<String> values)
Fetch records that have
TEXT IN (values) asynchronously |
List<UiOp> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiOp>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiOp> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiOp>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
UiOp |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<UiOp> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(UiOp 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 UiOpDao()
Create a new UiOpDao without any configuration
public UiOpDao(org.jooq.Configuration configuration)
Create a new UiOpDao with an attached configuration
protected String getId(UiOp object)
getId in class org.jooq.impl.DAOImpl<UiOpRecord,UiOp,String>public List<UiOp> fetchByAction(String... values)
Fetch records that have ACTION IN (values)
public List<UiOp> fetchByText(String... values)
Fetch records that have TEXT IN (values)
public List<UiOp> fetchByEvent(String... values)
Fetch records that have EVENT IN (values)
public List<UiOp> fetchByClientKey(String... values)
Fetch records that have CLIENT_KEY IN (values)
public List<UiOp> fetchByClientId(String... values)
Fetch records that have CLIENT_ID IN (values)
public List<UiOp> fetchByConfig(String... values)
Fetch records that have CONFIG IN (values)
public List<UiOp> fetchByPlugin(String... values)
Fetch records that have PLUGIN IN (values)
public List<UiOp> fetchByControlId(String... values)
Fetch records that have CONTROL_ID IN (values)
public List<UiOp> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<UiOp> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<UiOp> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<UiOp> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<UiOp> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<UiOp> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<UiOp> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<UiOp> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<UiOp>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<UiOp> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<UiOp>> fetchByActionAsync(List<String> values)
Fetch records that have ACTION IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByTextAsync(List<String> values)
Fetch records that have TEXT IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByEventAsync(List<String> values)
Fetch records that have EVENT IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByClientKeyAsync(List<String> values)
Fetch records that have CLIENT_KEY IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByClientIdAsync(List<String> values)
Fetch records that have CLIENT_ID IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByConfigAsync(List<String> values)
Fetch records that have CONFIG IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByPluginAsync(List<String> values)
Fetch records that have PLUGIN IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByControlIdAsync(List<String> values)
Fetch records that have CONTROL_ID IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<UiOp>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<UiOp>> 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<UiOpRecord,UiOp,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<UiOpRecord,UiOp,String>Copyright © 2021. All rights reserved.