Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<EntityContainer> |
Schema.getEntityContainers() |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.setEntityContainers(List<EntityContainer> entityContainers)
Sets the
EntityContainer s for this Schema |
Modifier and Type | Method and Description |
---|---|
EntityContainer |
JPAEdmEntityContainerView.getEdmEntityContainer()
The method returns the EDM entity container that is currently being
processed.
|
Modifier and Type | Method and Description |
---|---|
List<EntityContainer> |
JPAEdmEntityContainerView.getConsistentEdmEntityContainerList()
The method returns a list of consistent EDM entity containers
|
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.