|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationSet | |
---|---|
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 AssociationSet in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type AssociationSet | |
---|---|
List<AssociationSet> |
EntityContainer.getAssociationSets()
|
Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AssociationSet | |
---|---|
EntityContainer |
EntityContainer.setAssociationSets(List<AssociationSet> associationSets)
Sets the association sets of this EntityContainer |
Uses of AssociationSet in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return AssociationSet | |
---|---|
AssociationSet |
JPAEdmAssociationSetView.getEdmAssociationSet()
The method returns an association set that is currently being processed. |
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type AssociationSet | |
---|---|
List<AssociationSet> |
JPAEdmAssociationSetView.getConsistentEdmAssociationSetList()
The method returns a consistent list of association sets. |
Uses of AssociationSet in org.apache.olingo.odata2.ref.edm |
---|
Methods in org.apache.olingo.odata2.ref.edm that return AssociationSet | |
---|---|
AssociationSet |
ScenarioEdmProvider.getAssociationSet(String entityContainer,
FullQualifiedName association,
String sourceEntitySetName,
String sourceEntitySetRole)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |