Uses of Class
org.odata4j.producer.inmemory.InMemoryEntityInfo

Packages that use InMemoryEntityInfo
org.odata4j.producer.inmemory   
 

Uses of InMemoryEntityInfo in org.odata4j.producer.inmemory
 

Fields in org.odata4j.producer.inmemory with type parameters of type InMemoryEntityInfo
protected  Map<String,InMemoryEntityInfo<?>> InMemoryEdmGenerator.eis
           
 

Methods in org.odata4j.producer.inmemory that return InMemoryEntityInfo
protected  InMemoryEntityInfo<?> InMemoryProducer.findEntityInfoForClass(Class<?> clazz)
           
protected  InMemoryEntityInfo<?> InMemoryEdmGenerator.findEntityInfoForClass(Class<?> clazz)
           
protected  InMemoryEntityInfo<?> InMemoryProducer.findEntityInfoForEntitySet(String entitySetName)
           
protected  InMemoryEntityInfo<?> InMemoryEdmGenerator.getUnregisteredEntityInfo(Class<?> clazz, InMemoryEntityInfo<?> subclass)
           
 

Methods in org.odata4j.producer.inmemory with parameters of type InMemoryEntityInfo
protected  EdmEntityType.Builder InMemoryEdmGenerator.createStructuralType(EdmDecorator decorator, InMemoryEntityInfo<?> entityInfo)
           
protected  void InMemoryEdmGenerator.generateToManyNavProperties(List<EdmAssociation.Builder> associations, List<EdmAssociationSet.Builder> associationSets, Map<String,EdmEntityType.Builder> entityTypesByName, Map<String,EdmEntitySet.Builder> entitySetByName, Map<Class<?>,String> entityNameByClass, String entityTypeName, InMemoryEntityInfo<?> ei, Class<?> clazz1)
           
protected  void InMemoryEdmGenerator.generateToOneNavProperties(List<EdmAssociation.Builder> associations, List<EdmAssociationSet.Builder> associationSets, Map<String,EdmEntityType.Builder> entityTypesByName, Map<String,EdmEntitySet.Builder> entitySetByName, Map<Class<?>,String> entityNameByClass, String entityTypeName, InMemoryEntityInfo<?> ei)
           
protected  Iterable<?> InMemoryProducer.getRelatedPojos(EdmNavigationProperty navProp, Object srcObject, InMemoryEntityInfo<?> srcInfo)
           
protected  InMemoryEntityInfo<?> InMemoryEdmGenerator.getUnregisteredEntityInfo(Class<?> clazz, InMemoryEntityInfo<?> subclass)
           
 

Method parameters in org.odata4j.producer.inmemory with type arguments of type InMemoryEntityInfo
protected  InMemoryEdmGenerator InMemoryProducer.newEdmGenerator(String namespace, InMemoryTypeMapping typeMapping, String idPropName, Map<String,InMemoryEntityInfo<?>> eis, Map<String,InMemoryComplexTypeInfo<?>> complexTypesInfo)
           
 

Constructor parameters in org.odata4j.producer.inmemory with type arguments of type InMemoryEntityInfo
InMemoryEdmGenerator(String namespace, String containerName, InMemoryTypeMapping typeMapping, String idPropertyName, Map<String,InMemoryEntityInfo<?>> eis, Map<String,InMemoryComplexTypeInfo<?>> complexTypes)
           
InMemoryEdmGenerator(String namespace, String containerName, InMemoryTypeMapping typeMapping, String idPropertyName, Map<String,InMemoryEntityInfo<?>> eis, Map<String,InMemoryComplexTypeInfo<?>> complexTypes, boolean flatten)
           
 



http://odata4j.org