Interface IntermediateEntitySetAccess
- All Superinterfaces:
JPAElement
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotations(List<org.apache.olingo.commons.api.edm.provider.CsdlAnnotation> annotations)Enables to add annotations to a property, e.g. because the type of annotation is not enabled viaEdmAnnotationor should be during runtimevoidsetExternalName(String externalName)Enables a rename external, OData, name of an entity set.Methods inherited from interface com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAElement
getExternalFQN, getExternalName, getInternalName
-
Method Details
-
addAnnotations
Enables to add annotations to a property, e.g. because the type of annotation is not enabled viaEdmAnnotationor should be during runtime- Parameters:
annotations-
-
setExternalName
Enables a rename external, OData, name of an entity set.- Parameters:
externalName-
-