Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityType
Packages that use EntityType
Package
Description
Entity Data Model Provider API
-
Uses of EntityType in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return EntityTypeModifier and TypeMethodDescriptionEdmProvider.getEntityType(FullQualifiedName edmFQName) This method should return anEntityTypeor null if nothing is foundEntityType.setAbstract(boolean isAbstract) EntityType.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisEntityTypeEntityType.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisEntityTypeEntityType.setBaseType(FullQualifiedName baseType) EntityType.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings) Sets theCustomizableFeedMappingsfor thisEntityTypeEntityType.setDocumentation(Documentation documentation) EntityType.setHasStream(boolean hasStream) Sets if thisEntityTypeis a media resourceSets theKeyfor thisEntityTypeEntityType.setMapping(Mapping mapping) EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties) Sets theNavigationPropertys for thisEntityTypeEntityType.setProperties(List<Property> properties) Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntityTypeMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityTypeModifier and TypeMethodDescriptionSchema.setEntityTypes(List<EntityType> entityTypes) Sets theEntityTypes for thisSchema -
Uses of EntityType in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return EntityTypeConstructors in org.apache.olingo.odata2.core.edm.provider with parameters of type EntityTypeModifierConstructorDescriptionEdmEntityTypeImplProv(EdmImplProv edm, EntityType entityType, String namespace)