Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntitySet
Packages that use EntitySet
Package
Description
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 EntitySetModifier and TypeMethodDescriptionEdmProvider.getEntitySet(String entityContainer, String name) This method should return anEntitySetor null if nothing is foundEntitySet.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisEntitySetEntitySet.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisEntitySetEntitySet.setDocumentation(Documentation documentation) Sets theDocumentationEntitySet.setEntityType(FullQualifiedName entityType) EntitySet.setMapping(Mapping mapping) Sets theMappingSets the name of thisEntitySetMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntitySetMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntitySetModifier and TypeMethodDescriptionEntityContainer.setEntitySets(List<EntitySet> entitySets) Sets the entity sets of thisEntityContainer -
Uses of EntitySet in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return EntitySetConstructors in org.apache.olingo.odata2.core.edm.provider with parameters of type EntitySetModifierConstructorDescriptionEdmEntitySetImplProv(EdmImplProv edm, EntitySet entitySet, EdmEntityContainer edmEntityContainer) EdmEntitySetInfoImplProv(EntitySet entitySet, EntityContainerInfo entityContainerInfo)