Uses of Class
org.ofbiz.core.entity.model.ModelKeyMap
Packages that use ModelKeyMap
-
Uses of ModelKeyMap in org.ofbiz.core.entity.model
Fields in org.ofbiz.core.entity.model with type parameters of type ModelKeyMapModifier and TypeFieldDescriptionprotected List<ModelKeyMap>ModelRelation.keyMapskeyMaps defining how to lookup the relatedTable using columns from this tableprotected List<ModelKeyMap>ModelViewEntity.ModelViewLink.keyMapsMethods in org.ofbiz.core.entity.model that return ModelKeyMapModifier and TypeMethodDescriptionModelRelation.findKeyMap(String fieldName) Find a KeyMap with the specified fieldNameModelRelation.findKeyMapByRelated(String relFieldName) Find a KeyMap with the specified relFieldNameModelRelation.getKeyMap(int index) ModelViewEntity.ModelViewLink.getKeyMap(int index) ModelRelation.removeKeyMap(int index) Methods in org.ofbiz.core.entity.model that return types with arguments of type ModelKeyMapModifier and TypeMethodDescriptionModelViewEntity.ModelViewLink.getKeyMapsCopy()ModelRelation.getKeyMapsIterator()keyMaps defining how to lookup the relatedTable using columns from this tableModelViewEntity.ModelViewLink.getKeyMapsIterator()Methods in org.ofbiz.core.entity.model with parameters of type ModelKeyMapConstructor parameters in org.ofbiz.core.entity.model with type arguments of type ModelKeyMapModifierConstructorDescriptionModelViewLink(String entityAlias, String relEntityAlias, List<? extends ModelKeyMap> keyMaps)