Uses of Class
org.apache.olingo.odata2.api.edm.provider.Key
-
Packages that use Key Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of Key in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return Key Modifier and Type Method Description KeyEntityType. getKey()KeyKey. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the List ofAnnotationAttributefor thisKeyKeyKey. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the List ofAnnotationElementfor thisKeyKeyKey. setKeys(List<PropertyRef> keys)Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type Key Modifier and Type Method Description EntityTypeEntityType. setKey(Key key)Sets theKeyfor thisEntityType
-