@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class XMenuDao extends org.jooq.impl.DAOImpl<XMenuRecord,XMenu,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<XMenuRecord,XMenu,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
XMenuDao()
Create a new XMenuDao without any configuration
|
XMenuDao(org.jooq.Configuration configuration)
Create a new XMenuDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<XMenu> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<XMenu>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<XMenu> |
fetchByAppId(String... values)
Fetch records that have
APP_ID IN (values) |
CompletableFuture<List<XMenu>> |
fetchByAppIdAsync(List<String> values)
Fetch records that have
APP_ID IN (values) asynchronously |
List<XMenu> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<XMenu>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<XMenu> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<XMenu>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<XMenu> |
fetchByIcon(String... values)
Fetch records that have
ICON IN (values) |
CompletableFuture<List<XMenu>> |
fetchByIconAsync(List<String> values)
Fetch records that have
ICON IN (values) asynchronously |
List<XMenu> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<XMenu>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<XMenu> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<XMenu>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<XMenu> |
fetchByLevel(Long... values)
Fetch records that have
LEVEL IN (values) |
CompletableFuture<List<XMenu>> |
fetchByLevelAsync(List<Long> values)
Fetch records that have
LEVEL IN (values) asynchronously |
List<XMenu> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<XMenu>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<XMenu> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<XMenu>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<XMenu> |
fetchByOrder(Long... values)
Fetch records that have
ORDER IN (values) |
CompletableFuture<List<XMenu>> |
fetchByOrderAsync(List<Long> values)
Fetch records that have
ORDER IN (values) asynchronously |
List<XMenu> |
fetchByParentId(String... values)
Fetch records that have
PARENT_ID IN (values) |
CompletableFuture<List<XMenu>> |
fetchByParentIdAsync(List<String> values)
Fetch records that have
PARENT_ID IN (values) asynchronously |
List<XMenu> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<XMenu>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<XMenu> |
fetchByText(String... values)
Fetch records that have
TEXT IN (values) |
CompletableFuture<List<XMenu>> |
fetchByTextAsync(List<String> values)
Fetch records that have
TEXT IN (values) asynchronously |
List<XMenu> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<XMenu>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<XMenu> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<XMenu>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<XMenu> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<XMenu>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<XMenu> |
fetchByUri(String... values)
Fetch records that have
URI IN (values) |
CompletableFuture<List<XMenu>> |
fetchByUriAsync(List<String> values)
Fetch records that have
URI IN (values) asynchronously |
XMenu |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<XMenu> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(XMenu 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 XMenuDao()
Create a new XMenuDao without any configuration
public XMenuDao(org.jooq.Configuration configuration)
Create a new XMenuDao with an attached configuration
protected String getId(XMenu object)
getId in class org.jooq.impl.DAOImpl<XMenuRecord,XMenu,String>public List<XMenu> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<XMenu> fetchByIcon(String... values)
Fetch records that have ICON IN (values)
public List<XMenu> fetchByText(String... values)
Fetch records that have TEXT IN (values)
public List<XMenu> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<XMenu> fetchByOrder(Long... values)
Fetch records that have ORDER IN (values)
public List<XMenu> fetchByLevel(Long... values)
Fetch records that have LEVEL IN (values)
public List<XMenu> fetchByParentId(String... values)
Fetch records that have PARENT_ID IN (values)
public List<XMenu> fetchByAppId(String... values)
Fetch records that have APP_ID IN (values)
public List<XMenu> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<XMenu> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<XMenu> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<XMenu> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<XMenu> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<XMenu> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<XMenu> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<XMenu> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<XMenu>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<XMenu> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<XMenu>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByIconAsync(List<String> values)
Fetch records that have ICON IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByTextAsync(List<String> values)
Fetch records that have TEXT IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByUriAsync(List<String> values)
Fetch records that have URI IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByOrderAsync(List<Long> values)
Fetch records that have ORDER IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByLevelAsync(List<Long> values)
Fetch records that have LEVEL IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByParentIdAsync(List<String> values)
Fetch records that have PARENT_ID IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByAppIdAsync(List<String> values)
Fetch records that have APP_ID IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<XMenu>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<XMenu>> 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<XMenuRecord,XMenu,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<XMenuRecord,XMenu,String>Copyright © 2021. All rights reserved.