Uses of Class
org.apache.olingo.odata2.api.edm.provider.Key

Packages that use Key
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model 
 

Uses of Key in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return Key
 Key EntityType.getKey()
           
 Key Key.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the List of AnnotationAttribute for this Key
 Key Key.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this Key
 Key Key.setKeys(List<PropertyRef> keys)
          Sets the Propertys by their PropertyRef for this Key
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type Key
 EntityType EntityType.setKey(Key key)
          Sets the Key for this EntityType
 

Uses of Key in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return Key
 Key JPAEdmKeyView.getEdmKey()
          The method returns an instance of EDM key for the given JPA EDM Entity type.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.