|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationEnd | |
---|---|
org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
org.apache.olingo.odata2.jpa.processor.api.model | OData JPA Processor API Library - JPA EDM Model |
Uses of AssociationEnd in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type AssociationEnd | |
---|---|
Association |
Association.setEnd1(AssociationEnd end1)
Sets the first AssociationEnd for this Association |
Association |
Association.setEnd2(AssociationEnd end2)
Sets the second AssociationEnd for this Association |
Uses of AssociationEnd in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return AssociationEnd | |
---|---|
AssociationEnd |
JPAEdmAssociationEndView.getEdmAssociationEnd1()
The method gets the other association end present in the container. |
AssociationEnd |
JPAEdmAssociationEndView.getEdmAssociationEnd2()
The method gets the one of the association ends present in the container. |
Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type AssociationEnd | |
---|---|
boolean |
JPAEdmAssociationEndView.compare(AssociationEnd end1,
AssociationEnd end2)
The method compares two ends {end1, end2} of an AssociationEnd against its
two ends. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |