@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SViewDao extends org.jooq.impl.DAOImpl<SViewRecord,SView,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<SViewRecord,SView,String>
| Constructor and Description |
|---|
SViewDao()
Create a new SViewDao without any configuration
|
SViewDao(org.jooq.Configuration configuration)
Create a new SViewDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<SView> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SView>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SView> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SView>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SView> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SView>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SView> |
fetchByCriteria(String... values)
Fetch records that have
CRITERIA IN (values) |
CompletableFuture<List<SView>> |
fetchByCriteriaAsync(List<String> values)
Fetch records that have
CRITERIA IN (values) asynchronously |
List<SView> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SView>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SView> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SView>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SView> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SView>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SView> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<SView>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<SView> |
fetchByOwner(String... values)
Fetch records that have
OWNER IN (values) |
CompletableFuture<List<SView>> |
fetchByOwnerAsync(List<String> values)
Fetch records that have
OWNER IN (values) asynchronously |
List<SView> |
fetchByOwnerType(String... values)
Fetch records that have
OWNER_TYPE IN (values) |
CompletableFuture<List<SView>> |
fetchByOwnerTypeAsync(List<String> values)
Fetch records that have
OWNER_TYPE IN (values) asynchronously |
List<SView> |
fetchByProjection(String... values)
Fetch records that have
PROJECTION IN (values) |
CompletableFuture<List<SView>> |
fetchByProjectionAsync(List<String> values)
Fetch records that have
PROJECTION IN (values) asynchronously |
List<SView> |
fetchByResourceId(String... values)
Fetch records that have
RESOURCE_ID IN (values) |
CompletableFuture<List<SView>> |
fetchByResourceIdAsync(List<String> values)
Fetch records that have
RESOURCE_ID IN (values) asynchronously |
List<SView> |
fetchByRows(String... values)
Fetch records that have
ROWS IN (values) |
CompletableFuture<List<SView>> |
fetchByRowsAsync(List<String> values)
Fetch records that have
ROWS IN (values) asynchronously |
List<SView> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SView>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SView> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SView>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SView> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SView>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
SView |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<SView> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(SView 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 SViewDao()
public SViewDao(org.jooq.Configuration configuration)
protected String getId(SView object)
getId in class org.jooq.impl.DAOImpl<SViewRecord,SView,String>public List<SView> fetchByName(String... values)
NAME IN (values)public List<SView> fetchByOwner(String... values)
OWNER IN (values)public List<SView> fetchByOwnerType(String... values)
OWNER_TYPE IN (values)public List<SView> fetchByResourceId(String... values)
RESOURCE_ID IN (values)public List<SView> fetchByProjection(String... values)
PROJECTION IN (values)public List<SView> fetchByCriteria(String... values)
CRITERIA IN (values)public List<SView> fetchByRows(String... values)
ROWS IN (values)public List<SView> fetchBySigma(String... values)
SIGMA IN (values)public List<SView> fetchByLanguage(String... values)
LANGUAGE IN (values)public List<SView> fetchByActive(Boolean... values)
ACTIVE IN (values)public List<SView> fetchByMetadata(String... values)
METADATA IN (values)public List<SView> fetchByCreatedAt(LocalDateTime... values)
CREATED_AT IN (values)public List<SView> fetchByCreatedBy(String... values)
CREATED_BY IN (values)public List<SView> fetchByUpdatedAt(LocalDateTime... values)
UPDATED_AT IN (values)public List<SView> fetchByUpdatedBy(String... values)
UPDATED_BY IN (values)public CompletableFuture<List<SView>> fetchByKeyAsync(List<String> values)
KEY IN (values) asynchronouslypublic CompletableFuture<SView> fetchOneByKeyAsync(String value)
KEY = value asynchronouslypublic CompletableFuture<List<SView>> fetchByNameAsync(List<String> values)
NAME IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByOwnerAsync(List<String> values)
OWNER IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByOwnerTypeAsync(List<String> values)
OWNER_TYPE IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByResourceIdAsync(List<String> values)
RESOURCE_ID IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByProjectionAsync(List<String> values)
PROJECTION IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByCriteriaAsync(List<String> values)
CRITERIA IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByRowsAsync(List<String> values)
ROWS IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchBySigmaAsync(List<String> values)
SIGMA IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByLanguageAsync(List<String> values)
LANGUAGE IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByActiveAsync(List<Boolean> values)
ACTIVE IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByMetadataAsync(List<String> values)
METADATA IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByCreatedAtAsync(List<LocalDateTime> values)
CREATED_AT IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByCreatedByAsync(List<String> values)
CREATED_BY IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
UPDATED_AT IN (values) asynchronouslypublic CompletableFuture<List<SView>> fetchByUpdatedByAsync(List<String> values)
UPDATED_BY IN (values) asynchronouslypublic void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SViewRecord,SView,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<SViewRecord,SView,String>Copyright © 2019. All rights reserved.