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