@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class RTeamEmployeeDao extends org.jooq.impl.DAOImpl<RTeamEmployeeRecord,RTeamEmployee,org.jooq.Record2<String,String>> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<RTeamEmployeeRecord,RTeamEmployee,org.jooq.Record2<String,String>>
This class is generated by jOOQ.
| Constructor and Description |
|---|
RTeamEmployeeDao()
Create a new RTeamEmployeeDao without any configuration
|
RTeamEmployeeDao(org.jooq.Configuration configuration)
Create a new RTeamEmployeeDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<RTeamEmployee> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<RTeamEmployee>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<RTeamEmployee> |
fetchByEmployeeId(String... values)
Fetch records that have
EMPLOYEE_ID IN (values) |
CompletableFuture<List<RTeamEmployee>> |
fetchByEmployeeIdAsync(List<String> values)
Fetch records that have
EMPLOYEE_ID IN (values) asynchronously |
List<RTeamEmployee> |
fetchByTeamId(String... values)
Fetch records that have
TEAM_ID IN (values) |
CompletableFuture<List<RTeamEmployee>> |
fetchByTeamIdAsync(List<String> values)
Fetch records that have
TEAM_ID IN (values) asynchronously |
protected org.jooq.Record2<String,String> |
getId(RTeamEmployee 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 RTeamEmployeeDao()
Create a new RTeamEmployeeDao without any configuration
public RTeamEmployeeDao(org.jooq.Configuration configuration)
Create a new RTeamEmployeeDao with an attached configuration
protected org.jooq.Record2<String,String> getId(RTeamEmployee object)
getId in class org.jooq.impl.DAOImpl<RTeamEmployeeRecord,RTeamEmployee,org.jooq.Record2<String,String>>public List<RTeamEmployee> fetchByTeamId(String... values)
Fetch records that have TEAM_ID IN (values)
public List<RTeamEmployee> fetchByEmployeeId(String... values)
Fetch records that have EMPLOYEE_ID IN (values)
public List<RTeamEmployee> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public CompletableFuture<List<RTeamEmployee>> fetchByTeamIdAsync(List<String> values)
Fetch records that have TEAM_ID IN (values) asynchronously
public CompletableFuture<List<RTeamEmployee>> fetchByEmployeeIdAsync(List<String> values)
Fetch records that have EMPLOYEE_ID IN (values) asynchronously
public CompletableFuture<List<RTeamEmployee>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RTeamEmployeeRecord,RTeamEmployee,org.jooq.Record2<String,String>>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<RTeamEmployeeRecord,RTeamEmployee,org.jooq.Record2<String,String>>Copyright © 2021. All rights reserved.