| Modifier and Type | Method and Description |
|---|---|
MAttribute |
MAttributeDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<MAttribute> |
MAttributeDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByAlias(String... values)
Fetch records that have
ALIAS IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByAliasAsync(List<String> values)
Fetch records that have
ALIAS IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByComments(String... values)
Fetch records that have
COMMENTS IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByCommentsAsync(List<String> values)
Fetch records that have
COMMENTS IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByExpression(String... values)
Fetch records that have
EXPRESSION IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByExpressionAsync(List<String> values)
Fetch records that have
EXPRESSION IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByInComponent(String... values)
Fetch records that have
IN_COMPONENT IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByInComponentAsync(List<String> values)
Fetch records that have
IN_COMPONENT IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByIsArray(Boolean... values)
Fetch records that have
IS_ARRAY IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByIsArrayAsync(List<Boolean> values)
Fetch records that have
IS_ARRAY IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByIsConfirm(Boolean... values)
Fetch records that have
IS_CONFIRM IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByIsConfirmAsync(List<Boolean> values)
Fetch records that have
IS_CONFIRM IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByIsLock(Boolean... values)
Fetch records that have
IS_LOCK IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByIsLockAsync(List<Boolean> values)
Fetch records that have
IS_LOCK IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByIsRefer(Boolean... values)
Fetch records that have
IS_REFER IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByIsReferAsync(List<Boolean> values)
Fetch records that have
IS_REFER IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByIsSyncIn(Boolean... values)
Fetch records that have
IS_SYNC_IN IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByIsSyncInAsync(List<Boolean> values)
Fetch records that have
IS_SYNC_IN IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByIsSyncOut(Boolean... values)
Fetch records that have
IS_SYNC_OUT IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByIsSyncOutAsync(List<Boolean> values)
Fetch records that have
IS_SYNC_OUT IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByIsTrack(Boolean... values)
Fetch records that have
IS_TRACK IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByIsTrackAsync(List<Boolean> values)
Fetch records that have
IS_TRACK IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByModelId(String... values)
Fetch records that have
MODEL_ID IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByModelIdAsync(List<String> values)
Fetch records that have
MODEL_ID IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByNormalize(String... values)
Fetch records that have
NORMALIZE IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByNormalizeAsync(List<String> values)
Fetch records that have
NORMALIZE IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByOutComponent(String... values)
Fetch records that have
OUT_COMPONENT IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByOutComponentAsync(List<String> values)
Fetch records that have
OUT_COMPONENT IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchBySource(String... values)
Fetch records that have
SOURCE IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchBySourceAsync(List<String> values)
Fetch records that have
SOURCE IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchBySourceConfig(String... values)
Fetch records that have
SOURCE_CONFIG IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchBySourceConfigAsync(List<String> values)
Fetch records that have
SOURCE_CONFIG IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchBySourceExternal(String... values)
Fetch records that have
SOURCE_EXTERNAL IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchBySourceExternalAsync(List<String> values)
Fetch records that have
SOURCE_EXTERNAL IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchBySourceField(String... values)
Fetch records that have
SOURCE_FIELD IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchBySourceFieldAsync(List<String> values)
Fetch records that have
SOURCE_FIELD IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchBySourceReference(String... values)
Fetch records that have
SOURCE_REFERENCE IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchBySourceReferenceAsync(List<String> values)
Fetch records that have
SOURCE_REFERENCE IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByType(String... values)
Fetch records that have
TYPE IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByTypeAsync(List<String> values)
Fetch records that have
TYPE IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<MAttribute> |
MAttributeDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<MAttribute>> |
MAttributeDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
CompletableFuture<MAttribute> |
MAttributeDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
MAttributeDao.getId(MAttribute object) |
| Constructor and Description |
|---|
MAttribute(MAttribute value) |
| Modifier and Type | Method and Description |
|---|---|
MAttribute |
Model.getAttribute(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
Set<MAttribute> |
Model.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
DataMatrix |
DataMatrix.add(MField field,
MAttribute attribute) |
DataMatrix |
DataMatrix.add(MField field,
MAttribute attribute,
Object value) |
void |
DataTpl.initKey(Schema schema,
MField field,
MAttribute attribute) |
void |
DataTpl.initTpl(Schema schema,
MField field,
MAttribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
DataQuote |
DataQuote.add(MAttribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
MAttribute |
JsonModel.getAttribute(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
Set<MAttribute> |
JsonModel.getAttributes() |
Copyright © 2020. All rights reserved.