|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityContainer | |
---|---|
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 EntityContainer in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return EntityContainer | |
---|---|
EntityContainer |
EntityContainer.setAssociationSets(List<AssociationSet> associationSets)
Sets the association sets of this EntityContainer |
EntityContainer |
EntityContainer.setDefaultEntityContainer(boolean isDefaultEntityContainer)
Sets if this is the default EntityContainer |
EntityContainer |
EntityContainer.setDocumentation(Documentation documentation)
Sets the Documentation |
EntityContainer |
EntityContainer.setEntitySets(List<EntitySet> entitySets)
Sets the entity sets of this EntityContainer |
EntityContainer |
EntityContainer.setExtendz(String extendz)
Sets the entity container which is the parent of this EntityContainer |
EntityContainer |
EntityContainer.setFunctionImports(List<FunctionImport> functionImports)
Sets the function imports of this EntityContainer |
EntityContainer |
EntityContainer.setName(String name)
Sets the name of this EntityContainer |
Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntityContainer | |
---|---|
List<EntityContainer> |
Schema.getEntityContainers()
|
Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityContainer | |
---|---|
Schema |
Schema.setEntityContainers(List<EntityContainer> entityContainers)
Sets the EntityContainer s for this Schema |
Uses of EntityContainer in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return EntityContainer | |
---|---|
EntityContainer |
JPAEdmEntityContainerView.getEdmEntityContainer()
The method returns the EDM entity container that is currently being processed. |
Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type EntityContainer | |
---|---|
List<EntityContainer> |
JPAEdmEntityContainerView.getConsistentEdmEntityContainerList()
The method returns a list of consistent EDM entity containers |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |