Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntitySet
-
Packages that use EntitySet Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of EntitySet in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return EntitySet Modifier and Type Method Description EntitySetEdmProvider. getEntitySet(String entityContainer, String name)This method should return anEntitySetor null if nothing is foundEntitySetEntitySet. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the collection ofAnnotationAttributefor thisEntitySetEntitySetEntitySet. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the collection ofAnnotationElementfor thisEntitySetEntitySetEntitySet. setDocumentation(Documentation documentation)Sets theDocumentationEntitySetEntitySet. setEntityType(FullQualifiedName entityType)EntitySetEntitySet. setMapping(Mapping mapping)Sets theMappingEntitySetEntitySet. setName(String name)Sets the name of thisEntitySetMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntitySet Modifier and Type Method Description List<EntitySet>EntityContainer. getEntitySets()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntitySet Modifier and Type Method Description EntityContainerEntityContainer. setEntitySets(List<EntitySet> entitySets)Sets the entity sets of thisEntityContainer
-