@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class VFragmentDao extends org.jooq.impl.DAOImpl<VFragmentRecord,VFragment,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<VFragmentRecord,VFragment,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
VFragmentDao()
Create a new VFragmentDao without any configuration
|
VFragmentDao(org.jooq.Configuration configuration)
Create a new VFragmentDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<VFragment> |
fetchByButtonConnect(String... values)
Fetch records that have
BUTTON_CONNECT IN (values) |
CompletableFuture<List<VFragment>> |
fetchByButtonConnectAsync(List<String> values)
Fetch records that have
BUTTON_CONNECT IN (values) asynchronously |
List<VFragment> |
fetchByButtonGroup(String... values)
Fetch records that have
BUTTON_GROUP IN (values) |
CompletableFuture<List<VFragment>> |
fetchByButtonGroupAsync(List<String> values)
Fetch records that have
BUTTON_GROUP IN (values) asynchronously |
List<VFragment> |
fetchByConfig(String... values)
Fetch records that have
CONFIG IN (values) |
CompletableFuture<List<VFragment>> |
fetchByConfigAsync(List<String> values)
Fetch records that have
CONFIG IN (values) asynchronously |
List<VFragment> |
fetchByContainer(String... values)
Fetch records that have
CONTAINER IN (values) |
CompletableFuture<List<VFragment>> |
fetchByContainerAsync(List<String> values)
Fetch records that have
CONTAINER IN (values) asynchronously |
List<VFragment> |
fetchByGrid(Integer... values)
Fetch records that have
GRID IN (values) |
CompletableFuture<List<VFragment>> |
fetchByGridAsync(List<Integer> values)
Fetch records that have
GRID IN (values) asynchronously |
List<VFragment> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<VFragment>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<VFragment> |
fetchByModal(String... values)
Fetch records that have
MODAL IN (values) |
CompletableFuture<List<VFragment>> |
fetchByModalAsync(List<String> values)
Fetch records that have
MODAL IN (values) asynchronously |
List<VFragment> |
fetchByNotice(String... values)
Fetch records that have
NOTICE IN (values) |
CompletableFuture<List<VFragment>> |
fetchByNoticeAsync(List<String> values)
Fetch records that have
NOTICE IN (values) asynchronously |
VFragment |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<VFragment> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(VFragment 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 VFragmentDao()
Create a new VFragmentDao without any configuration
public VFragmentDao(org.jooq.Configuration configuration)
Create a new VFragmentDao with an attached configuration
protected String getId(VFragment object)
getId in class org.jooq.impl.DAOImpl<VFragmentRecord,VFragment,String>public List<VFragment> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public VFragment fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<VFragment> fetchByContainer(String... values)
Fetch records that have CONTAINER IN (values)
public List<VFragment> fetchByNotice(String... values)
Fetch records that have NOTICE IN (values)
public List<VFragment> fetchByButtonConnect(String... values)
Fetch records that have BUTTON_CONNECT IN (values)
public List<VFragment> fetchByButtonGroup(String... values)
Fetch records that have BUTTON_GROUP IN (values)
public List<VFragment> fetchByModal(String... values)
Fetch records that have MODAL IN (values)
public List<VFragment> fetchByGrid(Integer... values)
Fetch records that have GRID IN (values)
public List<VFragment> fetchByConfig(String... values)
Fetch records that have CONFIG IN (values)
public CompletableFuture<List<VFragment>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<VFragment> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<VFragment>> fetchByContainerAsync(List<String> values)
Fetch records that have CONTAINER IN (values) asynchronously
public CompletableFuture<List<VFragment>> fetchByNoticeAsync(List<String> values)
Fetch records that have NOTICE IN (values) asynchronously
public CompletableFuture<List<VFragment>> fetchByButtonConnectAsync(List<String> values)
Fetch records that have BUTTON_CONNECT IN (values) asynchronously
public CompletableFuture<List<VFragment>> fetchByButtonGroupAsync(List<String> values)
Fetch records that have BUTTON_GROUP IN (values) asynchronously
public CompletableFuture<List<VFragment>> fetchByModalAsync(List<String> values)
Fetch records that have MODAL IN (values) asynchronously
public CompletableFuture<List<VFragment>> fetchByGridAsync(List<Integer> values)
Fetch records that have GRID IN (values) asynchronously
public CompletableFuture<List<VFragment>> fetchByConfigAsync(List<String> values)
Fetch records that have CONFIG IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VFragmentRecord,VFragment,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VFragmentRecord,VFragment,String>Copyright © 2020. All rights reserved.