@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RRolePermDao extends org.jooq.impl.DAOImpl<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>>
This class is generated by jOOQ.
| Constructor and Description |
|---|
RRolePermDao()
Create a new RRolePermDao without any configuration
|
RRolePermDao(org.jooq.Configuration configuration)
Create a new RRolePermDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<RRolePerm> |
fetchByPermId(String... values)
Fetch records that have
PERM_ID IN (values) |
CompletableFuture<List<RRolePerm>> |
fetchByPermIdAsync(List<String> values)
Fetch records that have
PERM_ID IN (values) asynchronously |
List<RRolePerm> |
fetchByRoleId(String... values)
Fetch records that have
ROLE_ID IN (values) |
CompletableFuture<List<RRolePerm>> |
fetchByRoleIdAsync(List<String> values)
Fetch records that have
ROLE_ID IN (values) asynchronously |
protected org.jooq.Record2<String,String> |
getId(RRolePerm 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 RRolePermDao()
Create a new RRolePermDao without any configuration
public RRolePermDao(org.jooq.Configuration configuration)
Create a new RRolePermDao with an attached configuration
protected org.jooq.Record2<String,String> getId(RRolePerm object)
getId in class org.jooq.impl.DAOImpl<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>>public List<RRolePerm> fetchByPermId(String... values)
Fetch records that have PERM_ID IN (values)
public List<RRolePerm> fetchByRoleId(String... values)
Fetch records that have ROLE_ID IN (values)
public CompletableFuture<List<RRolePerm>> fetchByPermIdAsync(List<String> values)
Fetch records that have PERM_ID IN (values) asynchronously
public CompletableFuture<List<RRolePerm>> fetchByRoleIdAsync(List<String> values)
Fetch records that have ROLE_ID IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RRolePermRecord,RRolePerm,org.jooq.Record2<String,String>>Copyright © 2020. All rights reserved.