| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.daos | |
| cn.vertxup.rbac.domain.tables.pojos | |
| io.vertx.tp.rbac.atom.acl |
| Modifier and Type | Method and Description |
|---|---|
SVisitant |
SVisitantDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<SVisitant> |
SVisitantDao.fetchByAclVariety(String... values)
Fetch records that have
ACL_VARIETY IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByAclVarietyAsync(List<String> values)
Fetch records that have
ACL_VARIETY IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByAclVerge(String... values)
Fetch records that have
ACL_VERGE IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByAclVergeAsync(List<String> values)
Fetch records that have
ACL_VERGE IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByAclView(String... values)
Fetch records that have
ACL_VIEW IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByAclViewAsync(List<String> values)
Fetch records that have
ACL_VIEW IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByAclVisible(String... values)
Fetch records that have
ACL_VISIBLE IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByAclVisibleAsync(List<String> values)
Fetch records that have
ACL_VISIBLE IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByAclVow(String... values)
Fetch records that have
ACL_VOW IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByAclVowAsync(List<String> values)
Fetch records that have
ACL_VOW IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByConfigKey(String... values)
Fetch records that have
CONFIG_KEY IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByConfigKeyAsync(List<String> values)
Fetch records that have
CONFIG_KEY IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByPhase(String... values)
Fetch records that have
PHASE IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByPhaseAsync(List<String> values)
Fetch records that have
PHASE IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<SVisitant> |
SVisitantDao.fetchByViewId(String... values)
Fetch records that have
VIEW_ID IN (values) |
CompletableFuture<List<SVisitant>> |
SVisitantDao.fetchByViewIdAsync(List<String> values)
Fetch records that have
VIEW_ID IN (values) asynchronously |
CompletableFuture<SVisitant> |
SVisitantDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SVisitantDao.getId(SVisitant object) |
| Constructor and Description |
|---|
SVisitant(SVisitant value) |
| Constructor and Description |
|---|
AclData(SVisitant visitant) |
Copyright © 2021. All rights reserved.