@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class MTplDao extends org.jooq.impl.DAOImpl<MTplRecord,MTpl,String> implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<MTplRecord,MTpl,String>
This class is generated by jOOQ.
| Constructor and Description |
|---|
MTplDao()
Create a new MTplDao without any configuration
|
MTplDao(org.jooq.Configuration configuration)
Create a new MTplDao with an attached configuration
|
| Modifier and Type | Method and Description |
|---|---|
List<MTpl> |
fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MTpl>> |
fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MTpl> |
fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<MTpl>> |
fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<MTpl> |
fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MTpl>> |
fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MTpl> |
fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MTpl>> |
fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MTpl> |
fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MTpl>> |
fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MTpl> |
fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MTpl>> |
fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MTpl> |
fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MTpl>> |
fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MTpl> |
fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MTpl>> |
fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MTpl> |
fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MTpl>> |
fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MTpl> |
fetchByTplAcl(String... values)
Fetch records that have
TPL_ACL IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplAclAsync(List<String> values)
Fetch records that have
TPL_ACL IN (values) asynchronously |
List<MTpl> |
fetchByTplAclVisit(String... values)
Fetch records that have
TPL_ACL_VISIT IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplAclVisitAsync(List<String> values)
Fetch records that have
TPL_ACL_VISIT IN (values) asynchronously |
List<MTpl> |
fetchByTplApi(String... values)
Fetch records that have
TPL_API IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplApiAsync(List<String> values)
Fetch records that have
TPL_API IN (values) asynchronously |
List<MTpl> |
fetchByTplCategory(String... values)
Fetch records that have
TPL_CATEGORY IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplCategoryAsync(List<String> values)
Fetch records that have
TPL_CATEGORY IN (values) asynchronously |
List<MTpl> |
fetchByTplEntity(String... values)
Fetch records that have
TPL_ENTITY IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplEntityAsync(List<String> values)
Fetch records that have
TPL_ENTITY IN (values) asynchronously |
List<MTpl> |
fetchByTplIntegration(String... values)
Fetch records that have
TPL_INTEGRATION IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplIntegrationAsync(List<String> values)
Fetch records that have
TPL_INTEGRATION IN (values) asynchronously |
List<MTpl> |
fetchByTplJob(String... values)
Fetch records that have
TPL_JOB IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplJobAsync(List<String> values)
Fetch records that have
TPL_JOB IN (values) asynchronously |
List<MTpl> |
fetchByTplModel(String... values)
Fetch records that have
TPL_MODEL IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplModelAsync(List<String> values)
Fetch records that have
TPL_MODEL IN (values) asynchronously |
List<MTpl> |
fetchByTplUi(String... values)
Fetch records that have
TPL_UI IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplUiAsync(List<String> values)
Fetch records that have
TPL_UI IN (values) asynchronously |
List<MTpl> |
fetchByTplUiForm(String... values)
Fetch records that have
TPL_UI_FORM IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplUiFormAsync(List<String> values)
Fetch records that have
TPL_UI_FORM IN (values) asynchronously |
List<MTpl> |
fetchByTplUiList(String... values)
Fetch records that have
TPL_UI_LIST IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTplUiListAsync(List<String> values)
Fetch records that have
TPL_UI_LIST IN (values) asynchronously |
List<MTpl> |
fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MTpl>> |
fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MTpl> |
fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MTpl>> |
fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MTpl> |
fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MTpl>> |
fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
MTpl |
fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
CompletableFuture<MTpl> |
fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
protected String |
getId(MTpl 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 MTplDao()
Create a new MTplDao without any configuration
public MTplDao(org.jooq.Configuration configuration)
Create a new MTplDao with an attached configuration
protected String getId(MTpl object)
getId in class org.jooq.impl.DAOImpl<MTplRecord,MTpl,String>public List<MTpl> fetchByName(String... values)
Fetch records that have NAME IN (values)
public List<MTpl> fetchByCode(String... values)
Fetch records that have CODE IN (values)
public List<MTpl> fetchByType(String... values)
Fetch records that have TYPE IN (values)
public List<MTpl> fetchByTplCategory(String... values)
Fetch records that have TPL_CATEGORY IN (values)
public List<MTpl> fetchByTplIntegration(String... values)
Fetch records that have TPL_INTEGRATION IN (values)
public List<MTpl> fetchByTplAcl(String... values)
Fetch records that have TPL_ACL IN (values)
public List<MTpl> fetchByTplAclVisit(String... values)
Fetch records that have TPL_ACL_VISIT IN (values)
public List<MTpl> fetchByTplModel(String... values)
Fetch records that have TPL_MODEL IN (values)
public List<MTpl> fetchByTplEntity(String... values)
Fetch records that have TPL_ENTITY IN (values)
public List<MTpl> fetchByTplApi(String... values)
Fetch records that have TPL_API IN (values)
public List<MTpl> fetchByTplJob(String... values)
Fetch records that have TPL_JOB IN (values)
public List<MTpl> fetchByTplUi(String... values)
Fetch records that have TPL_UI IN (values)
public List<MTpl> fetchByTplUiList(String... values)
Fetch records that have TPL_UI_LIST IN (values)
public List<MTpl> fetchByTplUiForm(String... values)
Fetch records that have TPL_UI_FORM IN (values)
public List<MTpl> fetchBySigma(String... values)
Fetch records that have SIGMA IN (values)
public List<MTpl> fetchByLanguage(String... values)
Fetch records that have LANGUAGE IN (values)
public List<MTpl> fetchByActive(Boolean... values)
Fetch records that have ACTIVE IN (values)
public List<MTpl> fetchByMetadata(String... values)
Fetch records that have METADATA IN (values)
public List<MTpl> fetchByCreatedAt(LocalDateTime... values)
Fetch records that have CREATED_AT IN (values)
public List<MTpl> fetchByCreatedBy(String... values)
Fetch records that have CREATED_BY IN (values)
public List<MTpl> fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have UPDATED_AT IN (values)
public List<MTpl> fetchByUpdatedBy(String... values)
Fetch records that have UPDATED_BY IN (values)
public CompletableFuture<List<MTpl>> fetchByKeyAsync(List<String> values)
Fetch records that have KEY IN (values) asynchronously
public CompletableFuture<MTpl> fetchOneByKeyAsync(String value)
Fetch a unique record that has KEY = value asynchronously
public CompletableFuture<List<MTpl>> fetchByNameAsync(List<String> values)
Fetch records that have NAME IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByCodeAsync(List<String> values)
Fetch records that have CODE IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTypeAsync(List<String> values)
Fetch records that have TYPE IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplCategoryAsync(List<String> values)
Fetch records that have TPL_CATEGORY IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplIntegrationAsync(List<String> values)
Fetch records that have TPL_INTEGRATION IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplAclAsync(List<String> values)
Fetch records that have TPL_ACL IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplAclVisitAsync(List<String> values)
Fetch records that have TPL_ACL_VISIT IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplModelAsync(List<String> values)
Fetch records that have TPL_MODEL IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplEntityAsync(List<String> values)
Fetch records that have TPL_ENTITY IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplApiAsync(List<String> values)
Fetch records that have TPL_API IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplJobAsync(List<String> values)
Fetch records that have TPL_JOB IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplUiAsync(List<String> values)
Fetch records that have TPL_UI IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplUiListAsync(List<String> values)
Fetch records that have TPL_UI_LIST IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByTplUiFormAsync(List<String> values)
Fetch records that have TPL_UI_FORM IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchBySigmaAsync(List<String> values)
Fetch records that have SIGMA IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByLanguageAsync(List<String> values)
Fetch records that have LANGUAGE IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByActiveAsync(List<Boolean> values)
Fetch records that have ACTIVE IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByMetadataAsync(List<String> values)
Fetch records that have METADATA IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have CREATED_AT IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByCreatedByAsync(List<String> values)
Fetch records that have CREATED_BY IN (values) asynchronously
public CompletableFuture<List<MTpl>> fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have UPDATED_AT IN (values) asynchronously
public CompletableFuture<List<MTpl>> 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<MTplRecord,MTpl,String>public io.vertx.core.Vertx vertx()
vertx in interface io.github.jklingsporn.vertx.jooq.future.VertxDAO<MTplRecord,MTpl,String>Copyright © 2021. All rights reserved.