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