public class EdmImplProv extends EdmImpl implements EdmProviderAccessor
| Modifier and Type | Field and Description |
|---|---|
protected EdmProvider |
edmProvider |
edmServiceMetadataDELIMITER, LINK_REL_EDIT, LINK_REL_EDIT_MEDIA, LINK_REL_NEXT, LINK_REL_SELF, NAMESPACE_APP_2007, NAMESPACE_ATOM_2005, NAMESPACE_D_2007_08, NAMESPACE_EDM_2006_04, NAMESPACE_EDM_2007_05, NAMESPACE_EDM_2008_01, NAMESPACE_EDM_2008_09, NAMESPACE_EDMX_2007_06, NAMESPACE_M_2007_08, NAMESPACE_REL_2007_08, NAMESPACE_REL_ASSOC_2007_08, NAMESPACE_SCHEME_2007_08, NAMESPACE_XML_1998, PREFIX_APP, PREFIX_ATOM, PREFIX_D, PREFIX_EDM, PREFIX_EDMX, PREFIX_M, PREFIX_XML| Constructor and Description |
|---|
EdmImplProv(EdmProvider edmProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
createAliasToNamespaceInfo() |
protected EdmAssociation |
createAssociation(FullQualifiedName fqName) |
protected EdmComplexType |
createComplexType(FullQualifiedName fqName) |
protected EdmEntityContainer |
createEntityContainer(String name) |
protected List<EdmEntitySet> |
createEntitySets() |
protected EdmEntityType |
createEntityType(FullQualifiedName fqName) |
protected List<EdmFunctionImport> |
createFunctionImports() |
EdmProvider |
getEdmProvider() |
getAssociation, getComplexType, getDefaultEntityContainer, getEntityContainer, getEntitySets, getEntityType, getFunctionImports, getServiceMetadataprotected EdmProvider edmProvider
public EdmImplProv(EdmProvider edmProvider)
protected EdmEntityContainer createEntityContainer(String name) throws ODataException
createEntityContainer in class EdmImplODataExceptionprotected EdmEntityType createEntityType(FullQualifiedName fqName) throws ODataException
createEntityType in class EdmImplODataExceptionprotected EdmComplexType createComplexType(FullQualifiedName fqName) throws ODataException
createComplexType in class EdmImplODataExceptionprotected EdmAssociation createAssociation(FullQualifiedName fqName) throws ODataException
createAssociation in class EdmImplODataExceptionpublic EdmProvider getEdmProvider()
getEdmProvider in interface EdmProviderAccessorEdmProvider of this serviceprotected List<EdmEntitySet> createEntitySets() throws ODataException
createEntitySets in class EdmImplODataExceptionprotected List<EdmFunctionImport> createFunctionImports() throws ODataException
createFunctionImports in class EdmImplODataExceptionprotected Map<String,String> createAliasToNamespaceInfo() throws ODataException
createAliasToNamespaceInfo in class EdmImplODataExceptionCopyright © 2020. All rights reserved.