| Modifier and Type | Method and Description |
|---|---|
List<MJoin> |
MJoinDao.fetchByEntity(String... values)
Fetch records that have
ENTITY IN (values) |
CompletableFuture<List<MJoin>> |
MJoinDao.fetchByEntityAsync(List<String> values)
Fetch records that have
ENTITY IN (values) asynchronously |
List<MJoin> |
MJoinDao.fetchByEntityKey(String... values)
Fetch records that have
ENTITY_KEY IN (values) |
CompletableFuture<List<MJoin>> |
MJoinDao.fetchByEntityKeyAsync(List<String> values)
Fetch records that have
ENTITY_KEY IN (values) asynchronously |
List<MJoin> |
MJoinDao.fetchByModel(String... values)
Fetch records that have
MODEL IN (values) |
CompletableFuture<List<MJoin>> |
MJoinDao.fetchByModelAsync(List<String> values)
Fetch records that have
MODEL IN (values) asynchronously |
List<MJoin> |
MJoinDao.fetchByNamespace(String... values)
Fetch records that have
NAMESPACE IN (values) |
CompletableFuture<List<MJoin>> |
MJoinDao.fetchByNamespaceAsync(List<String> values)
Fetch records that have
NAMESPACE IN (values) asynchronously |
List<MJoin> |
MJoinDao.fetchByPriority(Integer... values)
Fetch records that have
PRIORITY IN (values) |
CompletableFuture<List<MJoin>> |
MJoinDao.fetchByPriorityAsync(List<Integer> values)
Fetch records that have
PRIORITY IN (values) asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected org.jooq.Record4<String,String,String,String> |
MJoinDao.getId(MJoin object) |
| Modifier and Type | Method and Description |
|---|---|
MJoin |
MJoin.setEntity(String entity) |
MJoin |
MJoin.setEntityKey(String entityKey) |
MJoin |
MJoin.setModel(String model) |
MJoin |
MJoin.setNamespace(String namespace) |
MJoin |
MJoin.setPriority(Integer priority) |
| Constructor and Description |
|---|
MJoin(MJoin value) |
| Modifier and Type | Method and Description |
|---|---|
Set<MJoin> |
Model.getJoins() |
| Modifier and Type | Method and Description |
|---|---|
MJoin |
DataTpl.joinLeader() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,String> |
DataTpl.joinVoters(Predicate<MJoin> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
AoId.connect(Record record,
ConcurrentMap<String,DataMatrix> keys,
ConcurrentMap<String,DataMatrix> matrix,
Set<MJoin> joins) |
static <T> String |
AoId.keyInfo(Set<MJoin> joins) |
| Modifier and Type | Method and Description |
|---|---|
Set<MJoin> |
JsonModel.getJoins() |
Copyright © 2020. All rights reserved.