org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmAssociationEnd
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmAssociationEnd
- All Implemented Interfaces:
- JPAEdmAssociationEndView, JPAEdmBaseView
public class JPAEdmAssociationEnd
- extends JPAEdmBaseViewImpl
- implements JPAEdmAssociationEndView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmAssociationEnd
public JPAEdmAssociationEnd(JPAEdmEntityTypeView entityTypeView,
JPAEdmPropertyView propertyView)
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.