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)
|