Uses of Interface
org.apache.olingo.odata2.api.edm.EdmComplexType
Packages that use EdmComplexType
Package
Description
Entity Data Model API
-
Uses of EdmComplexType in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmComplexTypeModifier and TypeMethodDescriptionEdmComplexType.getBaseType()Edm.getComplexType(String namespace, String name) Get complex type by full qualified name -
Uses of EdmComplexType in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm that return EdmComplexTypeModifier and TypeMethodDescriptionprotected abstract EdmComplexTypeEdmImpl.createComplexType(FullQualifiedName fqName) EdmImpl.getComplexType(String namespaceOrAlias, String name) -
Uses of EdmComplexType in org.apache.olingo.odata2.core.edm.provider
Classes in org.apache.olingo.odata2.core.edm.provider that implement EdmComplexTypeMethods in org.apache.olingo.odata2.core.edm.provider that return EdmComplexTypeModifier and TypeMethodDescriptionprotected EdmComplexTypeEdmImplProv.createComplexType(FullQualifiedName fqName) EdmComplexTypeImplProv.getBaseType() -
Uses of EdmComplexType in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator with parameters of type EdmComplexTypeModifier and TypeMethodDescriptionstatic Map<String,EntityPropertyInfo> EntityInfoAggregator.create(EdmComplexType complexType)