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