@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class VSearchDao extends org.jooq.impl.DAOImpl<VSearchRecord,VSearch,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<VSearchRecord,VSearch,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
VSearchDao()
Create a new VSearchDao without any configuration
|
VSearchDao(org.jooq.Configuration configuration)
Create a new VSearchDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<VSearch> |
fetchByAdvanced(Boolean... values)
Fetch records that have
ADVANCED IN (values) |
CompletableFuture<List<VSearch>> |
fetchByAdvancedAsync(List<Boolean> values)
Fetch records that have
ADVANCED IN (values) asynchronously |
List<VSearch> |
fetchByAdvancedNotice(String... values)
Fetch records that have
ADVANCED_NOTICE IN (values) |
CompletableFuture<List<VSearch>> |
fetchByAdvancedNoticeAsync(List<String> values)
Fetch records that have
ADVANCED_NOTICE IN (values) asynchronously |
List<VSearch> |
fetchByAdvancedTitle(String... values)
Fetch records that have
ADVANCED_TITLE IN (values) |
CompletableFuture<List<VSearch>> |
fetchByAdvancedTitleAsync(List<String> values)
Fetch records that have
ADVANCED_TITLE IN (values) asynchronously |
List<VSearch> |
fetchByAdvancedWidth(String... values)
Fetch records that have
ADVANCED_WIDTH IN (values) |
CompletableFuture<List<VSearch>> |
fetchByAdvancedWidthAsync(List<String> values)
Fetch records that have
ADVANCED_WIDTH IN (values) asynchronously |
List<VSearch> |
fetchByCond(String... values)
Fetch records that have
COND IN (values) |
CompletableFuture<List<VSearch>> |
fetchByCondAsync(List<String> values)
Fetch records that have
COND IN (values) asynchronously |
List<VSearch> |
fetchByConfirmClear(String... values)
Fetch records that have
CONFIRM_CLEAR IN (values) |
CompletableFuture<List<VSearch>> |
fetchByConfirmClearAsync(List<String> values)
Fetch records that have
CONFIRM_CLEAR IN (values) asynchronously |
List<VSearch> |
fetchByEnabled(Boolean... values)
Fetch records that have
ENABLED IN (values) |
CompletableFuture<List<VSearch>> |
fetchByEnabledAsync(List<Boolean> values)
Fetch records that have
ENABLED IN (values) asynchronously |
List<VSearch> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<VSearch>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<VSearch> |
fetchByOpAdvanced(String... values)
Fetch records that have
OP_ADVANCED IN (values) |
CompletableFuture<List<VSearch>> |
fetchByOpAdvancedAsync(List<String> values)
Fetch records that have
OP_ADVANCED IN (values) asynchronously |
List<VSearch> |
fetchByOpRedo(String... values)
Fetch records that have
OP_REDO IN (values) |
CompletableFuture<List<VSearch>> |
fetchByOpRedoAsync(List<String> values)
Fetch records that have
OP_REDO IN (values) asynchronously |
List<VSearch> |
fetchByPlaceholder(String... values)
Fetch records that have
PLACEHOLDER IN (values) |
CompletableFuture<List<VSearch>> |
fetchByPlaceholderAsync(List<String> values)
Fetch records that have
PLACEHOLDER IN (values) asynchronously |
VSearch |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<VSearch> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(VSearch 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 VSearchDao()
Create a new VSearchDao without any configuration
public VSearchDao(org.jooq.Configuration configuration)
Create a new VSearchDao with an attached configuration
protected String getId(VSearch object)
getId in class org.jooq.impl.DAOImpl<VSearchRecord,VSearch,String>public List<VSearch> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public List<VSearch> fetchByEnabled(Boolean... values)
Fetch records that have ENABLED IN (values)
public List<VSearch> fetchByAdvanced(Boolean... values)
Fetch records that have ADVANCED IN (values)
public List<VSearch> fetchByOpRedo(String... values)
Fetch records that have OP_REDO IN (values)
public List<VSearch> fetchByOpAdvanced(String... values)
Fetch records that have OP_ADVANCED IN (values)
public List<VSearch> fetchByConfirmClear(String... values)
Fetch records that have CONFIRM_CLEAR IN (values)
public List<VSearch> fetchByPlaceholder(String... values)
Fetch records that have PLACEHOLDER IN (values)
public List<VSearch> fetchByCond(String... values)
Fetch records that have COND IN (values)
public List<VSearch> fetchByAdvancedWidth(String... values)
Fetch records that have ADVANCED_WIDTH IN (values)
public List<VSearch> fetchByAdvancedTitle(String... values)
Fetch records that have ADVANCED_TITLE IN (values)
public List<VSearch> fetchByAdvancedNotice(String... values)
Fetch records that have ADVANCED_NOTICE IN (values)
public CompletableFuture<List<VSearch>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<VSearch> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<VSearch>> fetchByEnabledAsync(List<Boolean> values)
Fetch records that have ENABLED IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByAdvancedAsync(List<Boolean> values)
Fetch records that have ADVANCED IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByOpRedoAsync(List<String> values)
Fetch records that have OP_REDO IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByOpAdvancedAsync(List<String> values)
Fetch records that have OP_ADVANCED IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByConfirmClearAsync(List<String> values)
Fetch records that have CONFIRM_CLEAR IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByPlaceholderAsync(List<String> values)
Fetch records that have PLACEHOLDER IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByCondAsync(List<String> values)
Fetch records that have COND IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByAdvancedWidthAsync(List<String> values)
Fetch records that have ADVANCED_WIDTH IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByAdvancedTitleAsync(List<String> values)
Fetch records that have ADVANCED_TITLE IN (values) asynchronously
public CompletableFuture<List<VSearch>> fetchByAdvancedNoticeAsync(List<String> values)
Fetch records that have ADVANCED_NOTICE IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VSearchRecord,VSearch,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<VSearchRecord,VSearch,String>Copyright © 2020. All rights reserved.