| Package | Description |
|---|---|
| org.ofbiz.core.entity.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<ModelKeyMap> |
ModelViewEntity.ModelViewLink.keyMaps |
protected List<ModelKeyMap> |
ModelRelation.keyMaps
keyMaps defining how to lookup the relatedTable using columns from this table
|
| Modifier and Type | Method and Description |
|---|---|
ModelKeyMap |
ModelRelation.findKeyMap(String fieldName)
Find a KeyMap with the specified fieldName
|
ModelKeyMap |
ModelRelation.findKeyMapByRelated(String relFieldName)
Find a KeyMap with the specified relFieldName
|
ModelKeyMap |
ModelViewEntity.ModelViewLink.getKeyMap(int index) |
ModelKeyMap |
ModelRelation.getKeyMap(int index) |
ModelKeyMap |
ModelRelation.removeKeyMap(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelKeyMap> |
ModelViewEntity.ModelViewLink.getKeyMapsCopy() |
Iterator<ModelKeyMap> |
ModelViewEntity.ModelViewLink.getKeyMapsIterator() |
Iterator<ModelKeyMap> |
ModelRelation.getKeyMapsIterator()
keyMaps defining how to lookup the relatedTable using columns from this table
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelRelation.addKeyMap(ModelKeyMap keyMap) |
| Constructor and Description |
|---|
ModelViewLink(String entityAlias,
String relEntityAlias,
List<? extends ModelKeyMap> keyMaps) |
Copyright © 2018 Atlassian. All rights reserved.