|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Association | |
---|---|
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 |
org.apache.olingo.odata2.ref.edm |
Uses of Association in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Association | |
---|---|
List<Association> |
Schema.getAssociations()
|
Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Association | |
---|---|
Schema |
Schema.setAssociations(List<Association> associations)
Sets the Association s for this Schema |
Uses of Association in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return Association | |
---|---|
Association |
JPAEdmAssociationView.getEdmAssociation()
The method returns an association which is currently being processed. |
Association |
JPAEdmAssociationSetView.getEdmAssociation()
The method returns an association from which the association set is currently being processed. |
Association |
JPAEdmAssociationView.searchAssociation(JPAEdmAssociationEndView view)
The method searches for an Association in its container against the search parameter view of type JPAEdmAssociationView
. |
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type Association | |
---|---|
List<Association> |
JPAEdmAssociationView.getConsistentEdmAssociationList()
The method returns a consistent list of associations. |
Uses of Association in org.apache.olingo.odata2.ref.edm |
---|
Methods in org.apache.olingo.odata2.ref.edm that return Association | |
---|---|
Association |
ScenarioEdmProvider.getAssociation(FullQualifiedName edmFQName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |