M
- EDMX model typepublic interface MetaDataAccessor<M>
Modifier and Type | Method and Description |
---|---|
void |
evict(String tenantId)
evicts CDS and EDMX models for the specified tenant
|
CdsModel |
getCdsModel(String tenantId) |
M |
getEdmx(String tenantId,
String serviceName,
String language) |
void |
refresh(String tenantId)
Rereads CDS and EDMX models for the specified tenant if they have changed
|
M getEdmx(String tenantId, String serviceName, String language)
tenantId
- tenant identifierserviceName
- service name, can be empty or nulllanguage
- language, can be empty or nullCdsModel getCdsModel(String tenantId)
tenantId
- tenant identifiervoid refresh(String tenantId)
tenantId
- tenant identifiervoid evict(String tenantId)
tenantId
- tenant identifierCopyright © 2020 SAP. All rights reserved.