|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAEdmAssociationEndView
A view on Java Persistence Entity Relationship and Entity Data Model Association End.
The implementation of the view provides access to EDM Association Ends created from Java Persistence Entity Relationships. The implementation acts as a container for Association Ends.
JPAEdmAssociationView
Method Summary | |
---|---|
boolean |
compare(AssociationEnd end1,
AssociationEnd end2)
The method compares two ends {end1, end2} of an AssociationEnd against its
two ends. |
AssociationEnd |
getEdmAssociationEnd1()
The method gets the other association end present in the container. |
AssociationEnd |
getEdmAssociationEnd2()
The method gets the one of the association ends present in the container. |
String[] |
getJoinColumnNames()
|
String[] |
getJoinColumnReferenceColumnNames()
|
String |
getMappedByName()
|
String |
getOwningPropertyName()
|
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView |
---|
clean, getBuilder, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped |
Method Detail |
---|
AssociationEnd getEdmAssociationEnd2()
AssociationEnd
for an
Association
AssociationEnd getEdmAssociationEnd1()
AssociationEnd
for an
Association
boolean compare(AssociationEnd end1, AssociationEnd end2)
AssociationEnd
against its
two ends.
The Method compares the following properties in each end for equality
FullQualifiedName
of End TypeEdmMultiplicity
of End
end1
- one end of type AssociationEnd
of
an Association
end2
- other end of type AssociationEnd
of
an Association
String[] getJoinColumnNames()
String[] getJoinColumnReferenceColumnNames()
String getMappedByName()
String getOwningPropertyName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |