| Package | Description |
|---|---|
| cn.vertxup.atom.domain.tables.daos | |
| cn.vertxup.atom.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
MTpl |
MTplDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<MTpl> |
MTplDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplAcl(String... values)
Fetch records that have
TPL_ACL IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplAclAsync(List<String> values)
Fetch records that have
TPL_ACL IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplAclVisit(String... values)
Fetch records that have
TPL_ACL_VISIT IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplAclVisitAsync(List<String> values)
Fetch records that have
TPL_ACL_VISIT IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplApi(String... values)
Fetch records that have
TPL_API IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplApiAsync(List<String> values)
Fetch records that have
TPL_API IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplCategory(String... values)
Fetch records that have
TPL_CATEGORY IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplCategoryAsync(List<String> values)
Fetch records that have
TPL_CATEGORY IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplEntity(String... values)
Fetch records that have
TPL_ENTITY IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplEntityAsync(List<String> values)
Fetch records that have
TPL_ENTITY IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplIntegration(String... values)
Fetch records that have
TPL_INTEGRATION IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplIntegrationAsync(List<String> values)
Fetch records that have
TPL_INTEGRATION IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplJob(String... values)
Fetch records that have
TPL_JOB IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplJobAsync(List<String> values)
Fetch records that have
TPL_JOB IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplModel(String... values)
Fetch records that have
TPL_MODEL IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplModelAsync(List<String> values)
Fetch records that have
TPL_MODEL IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplUi(String... values)
Fetch records that have
TPL_UI IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplUiAsync(List<String> values)
Fetch records that have
TPL_UI IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplUiForm(String... values)
Fetch records that have
TPL_UI_FORM IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplUiFormAsync(List<String> values)
Fetch records that have
TPL_UI_FORM IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByTplUiList(String... values)
Fetch records that have
TPL_UI_LIST IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTplUiListAsync(List<String> values)
Fetch records that have
TPL_UI_LIST IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MTpl> |
MTplDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MTpl>> |
MTplDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<MTpl> |
MTplDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
MTplDao.getId(MTpl object) |
| Modifier and Type | Method and Description |
|---|---|
MTpl |
MTpl.setActive(Boolean active) |
MTpl |
MTpl.setCode(String code) |
MTpl |
MTpl.setCreatedAt(LocalDateTime createdAt) |
MTpl |
MTpl.setCreatedBy(String createdBy) |
MTpl |
MTpl.setKey(String key) |
MTpl |
MTpl.setLanguage(String language) |
MTpl |
MTpl.setMetadata(String metadata) |
MTpl |
MTpl.setName(String name) |
MTpl |
MTpl.setSigma(String sigma) |
MTpl |
MTpl.setTplAcl(String tplAcl) |
MTpl |
MTpl.setTplAclVisit(String tplAclVisit) |
MTpl |
MTpl.setTplApi(String tplApi) |
MTpl |
MTpl.setTplCategory(String tplCategory) |
MTpl |
MTpl.setTplEntity(String tplEntity) |
MTpl |
MTpl.setTplIntegration(String tplIntegration) |
MTpl |
MTpl.setTplJob(String tplJob) |
MTpl |
MTpl.setTplModel(String tplModel) |
MTpl |
MTpl.setTplUi(String tplUi) |
MTpl |
MTpl.setTplUiForm(String tplUiForm) |
MTpl |
MTpl.setTplUiList(String tplUiList) |
MTpl |
MTpl.setType(String type) |
MTpl |
MTpl.setUpdatedAt(LocalDateTime updatedAt) |
MTpl |
MTpl.setUpdatedBy(String updatedBy) |
| Constructor and Description |
|---|
MTpl(MTpl value) |
Copyright © 2021. All rights reserved.