public class EdmEntitySetImplProv extends EdmNamedImplProv implements EdmEntitySet, EdmAnnotatable
edm| Constructor and Description |
|---|
EdmEntitySetImplProv(EdmImplProv edm,
EntitySet entitySet,
EdmEntityContainer edmEntityContainer) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotations |
getAnnotations()
Get all annotations applied to an EDM element
|
EdmEntityContainer |
getEntityContainer()
Get the entity container the entity set is contained in
|
EdmEntityType |
getEntityType()
Get the entity type
|
EdmMapping |
getMapping()
Get mapping information applied to an EDM element
|
EdmEntitySet |
getRelatedEntitySet(EdmNavigationProperty navigationProperty)
Get the related entity set by providing the navigation property
|
getNamepublic EdmEntitySetImplProv(EdmImplProv edm, EntitySet entitySet, EdmEntityContainer edmEntityContainer) throws EdmException
EdmExceptionpublic EdmEntityType getEntityType() throws EdmException
EdmEntitySetgetEntityType in interface EdmEntitySetEdmEntityTypeEdmExceptionpublic EdmEntitySet getRelatedEntitySet(EdmNavigationProperty navigationProperty) throws EdmException
EdmEntitySetgetRelatedEntitySet in interface EdmEntitySetnavigationProperty - of type EdmNavigationPropertyEdmEntitySetEdmExceptionpublic EdmEntityContainer getEntityContainer() throws EdmException
EdmEntitySetgetEntityContainer in interface EdmEntitySetEdmEntityContainerEdmExceptionpublic EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatablegetAnnotations in interface EdmAnnotatableEdmAnnotations never nullEdmExceptionpublic EdmMapping getMapping() throws EdmException
EdmMappablegetMapping in interface EdmMappableEdmMappingEdmExceptionCopyright © 2020. All rights reserved.