public class DRelation extends Object
| Constructor and Description |
|---|
DRelation(String typeName,
DValue key) |
DRelation(String typeName,
List<DValue> keyL) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKey(DValue additionalKey) |
List<DValue> |
getFetchedItems() |
DValue |
getForeignKey() |
List<DValue> |
getMultipleKeys() |
String |
getTypeName() |
boolean |
haveFetched() |
boolean |
isMultipleKey() |
void |
setFetchedItems(List<DValue> list) |
Copyright © 2020. All rights reserved.