@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class VQueryDao extends org.jooq.impl.DAOImpl<VQueryRecord,VQuery,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<VQueryRecord,VQuery,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
VQueryDao()
Create a new VQueryDao without any configuration
|
VQueryDao(org.jooq.Configuration configuration)
Create a new VQueryDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<VQuery> |
fetchByCriteria(String... values)
Fetch records that have
CRITERIA IN (values) |
CompletableFuture<List<VQuery>> |
fetchByCriteriaAsync(List<String> values)
Fetch records that have
CRITERIA IN (values) asynchronously |
List<VQuery> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<VQuery>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<VQuery> |
fetchByPager(String... values)
Fetch records that have
PAGER IN (values) |
CompletableFuture<List<VQuery>> |
fetchByPagerAsync(List<String> values)
Fetch records that have
PAGER IN (values) asynchronously |
List<VQuery> |
fetchByProjection(String... values)
Fetch records that have
PROJECTION IN (values) |
CompletableFuture<List<VQuery>> |
fetchByProjectionAsync(List<String> values)
Fetch records that have
PROJECTION IN (values) asynchronously |
List<VQuery> |
fetchBySorter(String... values)
Fetch records that have
SORTER IN (values) |
CompletableFuture<List<VQuery>> |
fetchBySorterAsync(List<String> values)
Fetch records that have
SORTER IN (values) asynchronously |
VQuery |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<VQuery> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(VQuery 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 VQueryDao()
Create a new VQueryDao without any configuration
public VQueryDao(org.jooq.Configuration configuration)
Create a new VQueryDao with an attached configuration
protected String getId(VQuery object)
getId in class org.jooq.impl.DAOImpl<VQueryRecord,VQuery,String>public List<VQuery> fetchByProjection(String... values)
Fetch records that have PROJECTION IN (values)
public List<VQuery> fetchByPager(String... values)
Fetch records that have PAGER IN (values)
public List<VQuery> fetchBySorter(String... values)
Fetch records that have SORTER IN (values)
public List<VQuery> fetchByCriteria(String... values)
Fetch records that have CRITERIA IN (values)
public CompletableFuture<List<VQuery>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<VQuery> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<VQuery>> fetchByProjectionAsync(List<String> values)
Fetch records that have PROJECTION IN (values) asynchronously
public CompletableFuture<List<VQuery>> fetchByPagerAsync(List<String> values)
Fetch records that have PAGER IN (values) asynchronously
public CompletableFuture<List<VQuery>> fetchBySorterAsync(List<String> values)
Fetch records that have SORTER IN (values) asynchronously
public CompletableFuture<List<VQuery>> fetchByCriteriaAsync(List<String> values)
Fetch records that have CRITERIA IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VQueryRecord,VQuery,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VQueryRecord,VQuery,String>Copyright © 2021. All rights reserved.