Package | Description |
---|---|
org.apache.olingo.server.api.edm.provider | |
org.apache.olingo.server.tecsvc.provider |
Modifier and Type | Method and Description |
---|---|
Singleton |
EdmProvider.getSingleton(FullQualifiedName entityContainer,
String singletonName)
This method should return an
Singleton or null if nothing is found |
Singleton |
Singleton.setName(String name) |
Singleton |
Singleton.setNavigationPropertyBindings(List<NavigationPropertyBinding> navigationPropertyBindings) |
Singleton |
Singleton.setType(FullQualifiedName type) |
Modifier and Type | Method and Description |
---|---|
List<Singleton> |
EntityContainer.getSingletons() |
Modifier and Type | Method and Description |
---|---|
EntityContainer |
EntityContainer.setSingletons(List<Singleton> singletons) |
Modifier and Type | Method and Description |
---|---|
Singleton |
EdmTechProvider.getSingleton(FullQualifiedName entityContainer,
String singletonName) |
Singleton |
ContainerProvider.getSingleton(FullQualifiedName entityContainer,
String name) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.