@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class VTableDao extends org.jooq.impl.DAOImpl<VTableRecord,VTable,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<VTableRecord,VTable,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
VTableDao()
Create a new VTableDao without any configuration
|
VTableDao(org.jooq.Configuration configuration)
Create a new VTableDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<VTable> |
fetchByBordered(Boolean... values)
Fetch records that have
BORDERED IN (values) |
CompletableFuture<List<VTable>> |
fetchByBorderedAsync(List<Boolean> values)
Fetch records that have
BORDERED IN (values) asynchronously |
List<VTable> |
fetchByClassName(String... values)
Fetch records that have
CLASS_NAME IN (values) |
CompletableFuture<List<VTable>> |
fetchByClassNameAsync(List<String> values)
Fetch records that have
CLASS_NAME IN (values) asynchronously |
List<VTable> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<VTable>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<VTable> |
fetchByOpConfig(String... values)
Fetch records that have
OP_CONFIG IN (values) |
CompletableFuture<List<VTable>> |
fetchByOpConfigAsync(List<String> values)
Fetch records that have
OP_CONFIG IN (values) asynchronously |
List<VTable> |
fetchByOpDataIndex(String... values)
Fetch records that have
OP_DATA_INDEX IN (values) |
CompletableFuture<List<VTable>> |
fetchByOpDataIndexAsync(List<String> values)
Fetch records that have
OP_DATA_INDEX IN (values) asynchronously |
List<VTable> |
fetchByOpFixed(Boolean... values)
Fetch records that have
OP_FIXED IN (values) |
CompletableFuture<List<VTable>> |
fetchByOpFixedAsync(List<Boolean> values)
Fetch records that have
OP_FIXED IN (values) asynchronously |
List<VTable> |
fetchByOpTitle(String... values)
Fetch records that have
OP_TITLE IN (values) |
CompletableFuture<List<VTable>> |
fetchByOpTitleAsync(List<String> values)
Fetch records that have
OP_TITLE IN (values) asynchronously |
List<VTable> |
fetchByRowClick(String... values)
Fetch records that have
ROW_CLICK IN (values) |
CompletableFuture<List<VTable>> |
fetchByRowClickAsync(List<String> values)
Fetch records that have
ROW_CLICK IN (values) asynchronously |
List<VTable> |
fetchByRowContextMenu(String... values)
Fetch records that have
ROW_CONTEXT_MENU IN (values) |
CompletableFuture<List<VTable>> |
fetchByRowContextMenuAsync(List<String> values)
Fetch records that have
ROW_CONTEXT_MENU IN (values) asynchronously |
List<VTable> |
fetchByRowDoubleClick(String... values)
Fetch records that have
ROW_DOUBLE_CLICK IN (values) |
CompletableFuture<List<VTable>> |
fetchByRowDoubleClickAsync(List<String> values)
Fetch records that have
ROW_DOUBLE_CLICK IN (values) asynchronously |
List<VTable> |
fetchByRowMouseEnter(String... values)
Fetch records that have
ROW_MOUSE_ENTER IN (values) |
CompletableFuture<List<VTable>> |
fetchByRowMouseEnterAsync(List<String> values)
Fetch records that have
ROW_MOUSE_ENTER IN (values) asynchronously |
List<VTable> |
fetchByRowMouseLeave(String... values)
Fetch records that have
ROW_MOUSE_LEAVE IN (values) |
CompletableFuture<List<VTable>> |
fetchByRowMouseLeaveAsync(List<String> values)
Fetch records that have
ROW_MOUSE_LEAVE IN (values) asynchronously |
List<VTable> |
fetchBySize(String... values)
Fetch records that have
SIZE IN (values) |
CompletableFuture<List<VTable>> |
fetchBySizeAsync(List<String> values)
Fetch records that have
SIZE IN (values) asynchronously |
List<VTable> |
fetchByTotalReport(String... values)
Fetch records that have
TOTAL_REPORT IN (values) |
CompletableFuture<List<VTable>> |
fetchByTotalReportAsync(List<String> values)
Fetch records that have
TOTAL_REPORT IN (values) asynchronously |
List<VTable> |
fetchByTotalSelected(String... values)
Fetch records that have
TOTAL_SELECTED IN (values) |
CompletableFuture<List<VTable>> |
fetchByTotalSelectedAsync(List<String> values)
Fetch records that have
TOTAL_SELECTED IN (values) asynchronously |
VTable |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<VTable> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(VTable 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 VTableDao()
Create a new VTableDao without any configuration
public VTableDao(org.jooq.Configuration configuration)
Create a new VTableDao with an attached configuration
protected String getId(VTable object)
getId in class org.jooq.impl.DAOImpl<VTableRecord,VTable,String>public List<VTable> fetchByBordered(Boolean... values)
Fetch records that have BORDERED IN (values)
public List<VTable> fetchBySize(String... values)
Fetch records that have SIZE IN (values)
public List<VTable> fetchByClassName(String... values)
Fetch records that have CLASS_NAME IN (values)
public List<VTable> fetchByTotalReport(String... values)
Fetch records that have TOTAL_REPORT IN (values)
public List<VTable> fetchByTotalSelected(String... values)
Fetch records that have TOTAL_SELECTED IN (values)
public List<VTable> fetchByRowDoubleClick(String... values)
Fetch records that have ROW_DOUBLE_CLICK IN (values)
public List<VTable> fetchByRowClick(String... values)
Fetch records that have ROW_CLICK IN (values)
public List<VTable> fetchByRowContextMenu(String... values)
Fetch records that have ROW_CONTEXT_MENU IN (values)
public List<VTable> fetchByRowMouseEnter(String... values)
Fetch records that have ROW_MOUSE_ENTER IN (values)
public List<VTable> fetchByRowMouseLeave(String... values)
Fetch records that have ROW_MOUSE_LEAVE IN (values)
public List<VTable> fetchByOpTitle(String... values)
Fetch records that have OP_TITLE IN (values)
public List<VTable> fetchByOpDataIndex(String... values)
Fetch records that have OP_DATA_INDEX IN (values)
public List<VTable> fetchByOpFixed(Boolean... values)
Fetch records that have OP_FIXED IN (values)
public List<VTable> fetchByOpConfig(String... values)
Fetch records that have OP_CONFIG IN (values)
public CompletableFuture<List<VTable>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<VTable> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<VTable>> fetchByBorderedAsync(List<Boolean> values)
Fetch records that have BORDERED IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchBySizeAsync(List<String> values)
Fetch records that have SIZE IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByClassNameAsync(List<String> values)
Fetch records that have CLASS_NAME IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByTotalReportAsync(List<String> values)
Fetch records that have TOTAL_REPORT IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByTotalSelectedAsync(List<String> values)
Fetch records that have TOTAL_SELECTED IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByRowDoubleClickAsync(List<String> values)
Fetch records that have ROW_DOUBLE_CLICK IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByRowClickAsync(List<String> values)
Fetch records that have ROW_CLICK IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByRowContextMenuAsync(List<String> values)
Fetch records that have ROW_CONTEXT_MENU IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByRowMouseEnterAsync(List<String> values)
Fetch records that have ROW_MOUSE_ENTER IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByRowMouseLeaveAsync(List<String> values)
Fetch records that have ROW_MOUSE_LEAVE IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByOpTitleAsync(List<String> values)
Fetch records that have OP_TITLE IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByOpDataIndexAsync(List<String> values)
Fetch records that have OP_DATA_INDEX IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByOpFixedAsync(List<Boolean> values)
Fetch records that have OP_FIXED IN (values) asynchronously
public CompletableFuture<List<VTable>> fetchByOpConfigAsync(List<String> values)
Fetch records that have OP_CONFIG IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VTableRecord,VTable,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VTableRecord,VTable,String>Copyright © 2020. All rights reserved.