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