org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmNavigationProperty

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
      extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmNavigationProperty
All Implemented Interfaces:
JPAEdmBaseView, JPAEdmNavigationPropertyView

public class JPAEdmNavigationProperty
extends JPAEdmBaseViewImpl
implements JPAEdmNavigationPropertyView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmNavigationProperty(JPAEdmAssociationView associationView, JPAEdmPropertyView propertyView, int countNumber)
           
JPAEdmNavigationProperty(JPAEdmSchemaView schemaView)
           
 
Method Summary
 void addJPAEdmNavigationPropertyView(JPAEdmNavigationPropertyView view)
           
 JPAEdmBuilder getBuilder()
           
 List<NavigationProperty> getConsistentEdmNavigationProperties()
           
 NavigationProperty getEdmNavigationProperty()
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 

Constructor Detail

JPAEdmNavigationProperty

public JPAEdmNavigationProperty(JPAEdmAssociationView associationView,
                                JPAEdmPropertyView propertyView,
                                int countNumber)

JPAEdmNavigationProperty

public JPAEdmNavigationProperty(JPAEdmSchemaView schemaView)
Method Detail

getBuilder

public JPAEdmBuilder getBuilder()
Specified by:
getBuilder in interface JPAEdmBaseView

getEdmNavigationProperty

public NavigationProperty getEdmNavigationProperty()
Specified by:
getEdmNavigationProperty in interface JPAEdmNavigationPropertyView

getConsistentEdmNavigationProperties

public List<NavigationProperty> getConsistentEdmNavigationProperties()
Specified by:
getConsistentEdmNavigationProperties in interface JPAEdmNavigationPropertyView

addJPAEdmNavigationPropertyView

public void addJPAEdmNavigationPropertyView(JPAEdmNavigationPropertyView view)
Specified by:
addJPAEdmNavigationPropertyView in interface JPAEdmNavigationPropertyView


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