Uses of Class
org.odata4j.edm.EdmPropertyBase

Packages that use EdmPropertyBase
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.internal   
org.odata4j.producer.jpa   
 

Uses of EdmPropertyBase in org.odata4j.edm
 

Subclasses of EdmPropertyBase in org.odata4j.edm
 class EdmNavigationProperty
          A CSDL NavigationProperty element.
 class EdmProperty
          A CSDL Property element.
 

Methods in org.odata4j.edm that return EdmPropertyBase
 EdmPropertyBase EdmDataServices.findEdmProperty(String propName)
           
 

Uses of EdmPropertyBase in org.odata4j.internal
 

Methods in org.odata4j.internal that return EdmPropertyBase
 EdmPropertyBase EdmDataServicesDecorator.findEdmProperty(String propName)
           
 

Uses of EdmPropertyBase in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa that return EdmPropertyBase
 EdmPropertyBase JPAContext.getEdmPropertyBase()
           
 

Methods in org.odata4j.producer.jpa with parameters of type EdmPropertyBase
 void JPAContext.setEdmPropertyBase(EdmPropertyBase edmPropertyBase)
           
 



http://odata4j.org