@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class XNumberDao extends org.jooq.impl.DAOImpl<XNumberRecord,XNumber,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<XNumberRecord,XNumber,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
XNumberDao()
Create a new XNumberDao without any configuration
|
XNumberDao(org.jooq.Configuration configuration)
Create a new XNumberDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<XNumber> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<XNumber>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<XNumber> |
fetchByAppId(String... values)
Fetch records that have
APP_ID IN (values) |
CompletableFuture<List<XNumber>> |
fetchByAppIdAsync(List<String> values)
Fetch records that have
APP_ID IN (values) asynchronously |
List<XNumber> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<XNumber>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<XNumber> |
fetchByComment(String... values)
Fetch records that have
COMMENT IN (values) |
CompletableFuture<List<XNumber>> |
fetchByCommentAsync(List<String> values)
Fetch records that have
COMMENT IN (values) asynchronously |
List<XNumber> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<XNumber>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<XNumber> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<XNumber>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<XNumber> |
fetchByCurrent(Long... values)
Fetch records that have
CURRENT IN (values) |
CompletableFuture<List<XNumber>> |
fetchByCurrentAsync(List<Long> values)
Fetch records that have
CURRENT IN (values) asynchronously |
List<XNumber> |
fetchByDecrement(Boolean... values)
Fetch records that have
DECREMENT IN (values) |
CompletableFuture<List<XNumber>> |
fetchByDecrementAsync(List<Boolean> values)
Fetch records that have
DECREMENT IN (values) asynchronously |
List<XNumber> |
fetchByFormat(String... values)
Fetch records that have
FORMAT IN (values) |
CompletableFuture<List<XNumber>> |
fetchByFormatAsync(List<String> values)
Fetch records that have
FORMAT IN (values) asynchronously |
List<XNumber> |
fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<XNumber>> |
fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<XNumber> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<XNumber>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<XNumber> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<XNumber>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<XNumber> |
fetchByLength(Integer... values)
Fetch records that have
LENGTH IN (values) |
CompletableFuture<List<XNumber>> |
fetchByLengthAsync(List<Integer> values)
Fetch records that have
LENGTH IN (values) asynchronously |
List<XNumber> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<XNumber>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<XNumber> |
fetchByPrefix(String... values)
Fetch records that have
PREFIX IN (values) |
CompletableFuture<List<XNumber>> |
fetchByPrefixAsync(List<String> values)
Fetch records that have
PREFIX IN (values) asynchronously |
List<XNumber> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<XNumber>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<XNumber> |
fetchByStep(Integer... values)
Fetch records that have
STEP IN (values) |
CompletableFuture<List<XNumber>> |
fetchByStepAsync(List<Integer> values)
Fetch records that have
STEP IN (values) asynchronously |
List<XNumber> |
fetchBySuffix(String... values)
Fetch records that have
SUFFIX IN (values) |
CompletableFuture<List<XNumber>> |
fetchBySuffixAsync(List<String> values)
Fetch records that have
SUFFIX IN (values) asynchronously |
List<XNumber> |
fetchByTime(String... values)
Fetch records that have
TIME IN (values) |
CompletableFuture<List<XNumber>> |
fetchByTimeAsync(List<String> values)
Fetch records that have
TIME IN (values) asynchronously |
List<XNumber> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<XNumber>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<XNumber> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<XNumber>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
XNumber |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<XNumber> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(XNumber 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 XNumberDao()
Create a new XNumberDao without any configuration
public XNumberDao(org.jooq.Configuration configuration)
Create a new XNumberDao with an attached configuration
protected String getId(XNumber object)
getId in class org.jooq.impl.DAOImpl<XNumberRecord,XNumber,String>public List<XNumber> fetchByKey(String... values)
Fetch records that have KEY IN (values)
public List<XNumber> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<XNumber> fetchByComment(String... values)
Fetch records that have COMMENT IN (values)
public List<XNumber> fetchByCurrent(Long... values)
Fetch records that have CURRENT IN (values)
public List<XNumber> fetchByFormat(String... values)
Fetch records that have FORMAT IN (values)
public List<XNumber> fetchByIdentifier(String... values)
Fetch records that have IDENTIFIER IN (values)
public List<XNumber> fetchByPrefix(String... values)
Fetch records that have PREFIX IN (values)
public List<XNumber> fetchBySuffix(String... values)
Fetch records that have SUFFIX IN (values)
public List<XNumber> fetchByTime(String... values)
Fetch records that have TIME IN (values)
public List<XNumber> fetchByLength(Integer... values)
Fetch records that have LENGTH IN (values)
public List<XNumber> fetchByStep(Integer... values)
Fetch records that have STEP IN (values)
public List<XNumber> fetchByDecrement(Boolean... values)
Fetch records that have DECREMENT IN (values)
public List<XNumber> fetchByAppId(String... values)
Fetch records that have APP_ID IN (values)
public List<XNumber> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<XNumber> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<XNumber> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<XNumber> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<XNumber> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<XNumber> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<XNumber> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<XNumber> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<XNumber>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<XNumber> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<XNumber>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByCommentAsync(List<String> values)
Fetch records that have COMMENT IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByCurrentAsync(List<Long> values)
Fetch records that have CURRENT IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByFormatAsync(List<String> values)
Fetch records that have FORMAT IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByIdentifierAsync(List<String> values)
Fetch records that have IDENTIFIER IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByPrefixAsync(List<String> values)
Fetch records that have PREFIX IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchBySuffixAsync(List<String> values)
Fetch records that have SUFFIX IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByTimeAsync(List<String> values)
Fetch records that have TIME IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByLengthAsync(List<Integer> values)
Fetch records that have LENGTH IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByStepAsync(List<Integer> values)
Fetch records that have STEP IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByDecrementAsync(List<Boolean> values)
Fetch records that have DECREMENT IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByAppIdAsync(List<String> values)
Fetch records that have APP_ID IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<XNumber>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<XNumber>> 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<XNumberRecord,XNumber,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<XNumberRecord,XNumber,String>Copyright © 2021. All rights reserved.