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

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

public class JPAEdmAssociationEnd
extends JPAEdmBaseViewImpl
implements JPAEdmAssociationEndView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmAssociationEnd(JPAEdmEntityTypeView entityTypeView, JPAEdmPropertyView propertyView)
           
 
Method Summary
 boolean compare(AssociationEnd end1, AssociationEnd end2)
           
 JPAEdmBuilder getBuilder()
           
 AssociationEnd getEdmAssociationEnd1()
           
 AssociationEnd getEdmAssociationEnd2()
           
 String[] getJoinColumnNames()
           
 String[] getJoinColumnReferenceColumnNames()
           
 String getMappedByName()
           
 String getOwningPropertyName()
           
 
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

JPAEdmAssociationEnd

public JPAEdmAssociationEnd(JPAEdmEntityTypeView entityTypeView,
                            JPAEdmPropertyView propertyView)
Method Detail

getBuilder

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

getEdmAssociationEnd1

public AssociationEnd getEdmAssociationEnd1()
Specified by:
getEdmAssociationEnd1 in interface JPAEdmAssociationEndView

getEdmAssociationEnd2

public AssociationEnd getEdmAssociationEnd2()
Specified by:
getEdmAssociationEnd2 in interface JPAEdmAssociationEndView

compare

public boolean compare(AssociationEnd end1,
                       AssociationEnd end2)
Specified by:
compare in interface JPAEdmAssociationEndView

getJoinColumnNames

public String[] getJoinColumnNames()
Specified by:
getJoinColumnNames in interface JPAEdmAssociationEndView

getJoinColumnReferenceColumnNames

public String[] getJoinColumnReferenceColumnNames()
Specified by:
getJoinColumnReferenceColumnNames in interface JPAEdmAssociationEndView

getMappedByName

public String getMappedByName()
Specified by:
getMappedByName in interface JPAEdmAssociationEndView

getOwningPropertyName

public String getOwningPropertyName()
Specified by:
getOwningPropertyName in interface JPAEdmAssociationEndView


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