@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RResourceMatrixDao extends org.jooq.impl.DAOImpl<RResourceMatrixRecord,RResourceMatrix,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<RResourceMatrixRecord,RResourceMatrix,String>
| Constructor and Description |
|---|
RResourceMatrixDao()
Create a new RResourceMatrixDao without any configuration
|
RResourceMatrixDao(org.jooq.Configuration configuration)
Create a new RResourceMatrixDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<RResourceMatrix> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<RResourceMatrix> |
fetchByModeProjection(String... values)
Fetch records that have
MODE_PROJECTION IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchByModeProjectionAsync(List<String> values)
Fetch records that have
MODE_PROJECTION IN (values) asynchronously |
List<RResourceMatrix> |
fetchByModeQuery(String... values)
Fetch records that have
MODE_QUERY IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchByModeQueryAsync(List<String> values)
Fetch records that have
MODE_QUERY IN (values) asynchronously |
List<RResourceMatrix> |
fetchByProjection(String... values)
Fetch records that have
PROJECTION IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchByProjectionAsync(List<String> values)
Fetch records that have
PROJECTION IN (values) asynchronously |
List<RResourceMatrix> |
fetchByQuery(String... values)
Fetch records that have
QUERY IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchByQueryAsync(List<String> values)
Fetch records that have
QUERY IN (values) asynchronously |
List<RResourceMatrix> |
fetchByResourceId(String... values)
Fetch records that have
RESOURCE_ID IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchByResourceIdAsync(List<String> values)
Fetch records that have
RESOURCE_ID IN (values) asynchronously |
List<RResourceMatrix> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<RResourceMatrix> |
fetchByUserId(String... values)
Fetch records that have
USER_ID IN (values) |
CompletableFuture<List<RResourceMatrix>> |
fetchByUserIdAsync(List<String> values)
Fetch records that have
USER_ID IN (values) asynchronously |
RResourceMatrix |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<RResourceMatrix> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(RResourceMatrix 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 RResourceMatrixDao()
public RResourceMatrixDao(org.jooq.Configuration configuration)
protected String getId(RResourceMatrix object)
getId in class org.jooq.impl.DAOImpl<RResourceMatrixRecord,RResourceMatrix,String>public List<RResourceMatrix> fetchByKey(String... values)
KEY IN (values)public RResourceMatrix fetchOneByKey(String value)
KEY = valuepublic List<RResourceMatrix> fetchByUserId(String... values)
USER_ID IN (values)public List<RResourceMatrix> fetchByResourceId(String... values)
RESOURCE_ID IN (values)public List<RResourceMatrix> fetchByProjection(String... values)
PROJECTION IN (values)public List<RResourceMatrix> fetchByQuery(String... values)
QUERY IN (values)public List<RResourceMatrix> fetchByModeProjection(String... values)
MODE_PROJECTION IN (values)public List<RResourceMatrix> fetchByModeQuery(String... values)
MODE_QUERY IN (values)public List<RResourceMatrix> fetchBySigma(String... values)
SIGMA IN (values)public CompletableFuture<List<RResourceMatrix>> fetchByKeyAsync(List<String> values)
KEY IN (values) asynchronouslypublic CompletableFuture<RResourceMatrix> fetchOneByKeyAsync(String value)
KEY = value asynchronouslypublic CompletableFuture<List<RResourceMatrix>> fetchByUserIdAsync(List<String> values)
USER_ID IN (values) asynchronouslypublic CompletableFuture<List<RResourceMatrix>> fetchByResourceIdAsync(List<String> values)
RESOURCE_ID IN (values) asynchronouslypublic CompletableFuture<List<RResourceMatrix>> fetchByProjectionAsync(List<String> values)
PROJECTION IN (values) asynchronouslypublic CompletableFuture<List<RResourceMatrix>> fetchByQueryAsync(List<String> values)
QUERY IN (values) asynchronouslypublic CompletableFuture<List<RResourceMatrix>> fetchByModeProjectionAsync(List<String> values)
MODE_PROJECTION IN (values) asynchronouslypublic CompletableFuture<List<RResourceMatrix>> fetchByModeQueryAsync(List<String> values)
MODE_QUERY IN (values) asynchronouslypublic CompletableFuture<List<RResourceMatrix>> fetchBySigmaAsync(List<String> values)
SIGMA IN (values) asynchronouslypublic void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RResourceMatrixRecord,RResourceMatrix,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RResourceMatrixRecord,RResourceMatrix,String>Copyright © 2019. All rights reserved.