@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class MJoinDao extends org.jooq.impl.DAOImpl<MJoinRecord,MJoin,org.jooq.Record4<String,String,String,String>> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<MJoinRecord,MJoin,org.jooq.Record4<String,String,String,String>>
This class is generated by jOOQ.
| Constructor and Description |
|---|
MJoinDao()
Create a new MJoinDao without any configuration
|
MJoinDao(org.jooq.Configuration configuration)
Create a new MJoinDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<MJoin> |
fetchByEntity(String... values)
Fetch records that have
ENTITY IN (values) |
CompletableFuture<List<MJoin>> |
fetchByEntityAsync(List<String> values)
Fetch records that have
ENTITY IN (values) asynchronously |
List<MJoin> |
fetchByEntityKey(String... values)
Fetch records that have
ENTITY_KEY IN (values) |
CompletableFuture<List<MJoin>> |
fetchByEntityKeyAsync(List<String> values)
Fetch records that have
ENTITY_KEY IN (values) asynchronously |
List<MJoin> |
fetchByModel(String... values)
Fetch records that have
MODEL IN (values) |
CompletableFuture<List<MJoin>> |
fetchByModelAsync(List<String> values)
Fetch records that have
MODEL IN (values) asynchronously |
List<MJoin> |
fetchByNamespace(String... values)
Fetch records that have
NAMESPACE IN (values) |
CompletableFuture<List<MJoin>> |
fetchByNamespaceAsync(List<String> values)
Fetch records that have
NAMESPACE IN (values) asynchronously |
List<MJoin> |
fetchByPriority(Integer... values)
Fetch records that have
PRIORITY IN (values) |
CompletableFuture<List<MJoin>> |
fetchByPriorityAsync(List<Integer> values)
Fetch records that have
PRIORITY IN (values) asynchronously |
protected org.jooq.Record4<String,String,String,String> |
getId(MJoin 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 MJoinDao()
Create a new MJoinDao without any configuration
public MJoinDao(org.jooq.Configuration configuration)
Create a new MJoinDao with an attached configuration
public List<MJoin> fetchByModel(String... values)
Fetch records that have MODEL IN (values)
public List<MJoin> fetchByEntity(String... values)
Fetch records that have ENTITY IN (values)
public List<MJoin> fetchByEntityKey(String... values)
Fetch records that have ENTITY_KEY IN (values)
public List<MJoin> fetchByPriority(Integer... values)
Fetch records that have PRIORITY IN (values)
public List<MJoin> fetchByNamespace(String... values)
Fetch records that have NAMESPACE IN (values)
public CompletableFuture<List<MJoin>> fetchByModelAsync(List<String> values)
Fetch records that have MODEL IN (values) asynchronously
public CompletableFuture<List<MJoin>> fetchByEntityAsync(List<String> values)
Fetch records that have ENTITY IN (values) asynchronously
public CompletableFuture<List<MJoin>> fetchByEntityKeyAsync(List<String> values)
Fetch records that have ENTITY_KEY IN (values) asynchronously
public CompletableFuture<List<MJoin>> fetchByPriorityAsync(List<Integer> values)
Fetch records that have PRIORITY IN (values) asynchronously
public CompletableFuture<List<MJoin>> fetchByNamespaceAsync(List<String> values)
Fetch records that have NAMESPACE IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
Copyright © 2020. All rights reserved.