@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class XTabularDao extends org.jooq.impl.DAOImpl<XTabularRecord,XTabular,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<XTabularRecord,XTabular,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
XTabularDao()
Create a new XTabularDao without any configuration
|
XTabularDao(org.jooq.Configuration configuration)
Create a new XTabularDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<XTabular> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<XTabular>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<XTabular> |
fetchByAppId(String... values)
Fetch records that have
APP_ID IN (values) |
CompletableFuture<List<XTabular>> |
fetchByAppIdAsync(List<String> values)
Fetch records that have
APP_ID IN (values) asynchronously |
List<XTabular> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<XTabular>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<XTabular> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<XTabular>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<XTabular> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<XTabular>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<XTabular> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<XTabular>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<XTabular> |
fetchByIcon(String... values)
Fetch records that have
ICON IN (values) |
CompletableFuture<List<XTabular>> |
fetchByIconAsync(List<String> values)
Fetch records that have
ICON IN (values) asynchronously |
List<XTabular> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<XTabular>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<XTabular> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<XTabular>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<XTabular> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<XTabular>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<XTabular> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<XTabular>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<XTabular> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<XTabular>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<XTabular> |
fetchBySort(Integer... values)
Fetch records that have
SORT IN (values) |
CompletableFuture<List<XTabular>> |
fetchBySortAsync(List<Integer> values)
Fetch records that have
SORT IN (values) asynchronously |
List<XTabular> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<XTabular>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<XTabular> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<XTabular>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<XTabular> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<XTabular>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
XTabular |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<XTabular> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(XTabular 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 XTabularDao()
Create a new XTabularDao without any configuration
public XTabularDao(org.jooq.Configuration configuration)
Create a new XTabularDao with an attached configuration
protected String getId(XTabular object)
getId in class org.jooq.impl.DAOImpl<XTabularRecord,XTabular,String>public List<XTabular> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public XTabular fetchOneByKey(String value)
Fetch a unique record that has KEY = value
public List<XTabular> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<XTabular> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<XTabular> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<XTabular> fetchByIcon(String... values)
Fetch records that have ICON IN (values)
public List<XTabular> fetchBySort(Integer... values)
Fetch records that have SORT IN (values)
public List<XTabular> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<XTabular> fetchByAppId(String... values)
Fetch records that have APP_ID IN (values)
public List<XTabular> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<XTabular> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<XTabular> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<XTabular> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<XTabular> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<XTabular> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<XTabular> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<XTabular> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<XTabular>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<XTabular> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<XTabular>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByIconAsync(List<String> values)
Fetch records that have ICON IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchBySortAsync(List<Integer> values)
Fetch records that have SORT IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByAppIdAsync(List<String> values)
Fetch records that have APP_ID IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<XTabular>> fetchByUpdatedByAsync(List<String> values)
Fetch records that have UPDATED_BY IN (values) asynchronously
public void setVertx(io.vertx.core.Vertx vertx)
setVertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<XTabularRecord,XTabular,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<XTabularRecord,XTabular,String>Copyright © 2021. All rights reserved.