Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityType

Packages that use EntityType
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 
org.apache.olingo.odata2.ref.edm   
 

Uses of EntityType in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return EntityType
 EntityType EdmProvider.getEntityType(FullQualifiedName edmFQName)
          This method should return an EntityType or null if nothing is found
 EntityType EntityType.setAbstract(boolean isAbstract)
           
 EntityType EntityType.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this EntityType
 EntityType EntityType.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this EntityType
 EntityType EntityType.setBaseType(FullQualifiedName baseType)
           
 EntityType EntityType.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
          Sets the CustomizableFeedMappings for this EntityType
 EntityType EntityType.setDocumentation(Documentation documentation)
           
 EntityType EntityType.setHasStream(boolean hasStream)
          Sets if this EntityType is a media resource
 EntityType EntityType.setKey(Key key)
          Sets the Key for this EntityType
 EntityType EntityType.setMapping(Mapping mapping)
           
 EntityType EntityType.setName(String name)
           
 EntityType EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties)
          Sets the NavigationPropertys for this EntityType
 EntityType EntityType.setProperties(List<Property> properties)
           
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type EntityType
 List<EntityType> Schema.getEntityTypes()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type EntityType
 Schema Schema.setEntityTypes(List<EntityType> entityTypes)
          Sets the EntityTypes for this Schema
 

Uses of EntityType in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return EntityType
 EntityType JPAEdmEntityTypeView.getEdmEntityType()
          The method returns an EDM entity currently being processed.
 EntityType JPAEdmEntityTypeView.searchEdmEntityType(String jpaEntityTypeName)
          The method searches in the consistent list of EDM entity types for the given EDM entity type's name.
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return types with arguments of type EntityType
 List<EntityType> JPAEdmEntityTypeView.getConsistentEdmEntityTypes()
          The method returns a consistent list of EDM entity types for a given java persistence meta model.
 

Uses of EntityType in org.apache.olingo.odata2.ref.edm
 

Methods in org.apache.olingo.odata2.ref.edm that return EntityType
 EntityType ScenarioEdmProvider.getEntityType(FullQualifiedName edmFQName)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.