static PersistenceImplementation |
PersistenceImplementation.getImplementation()
Determines the corresponding the SAP MI persistence API implementation
based on the following Configuration key:
- MobileEngine.Persist.Implementation
Currently, following values are valid for this key:
- MIDB
- DB2E
Each of the two values controls the extension of the following API classes:
- com.sap.ip.me.api.persist.core.PersistenceRuntime
- com.sap.ip.me.api.persist.query.QueryRuntime
- com.sap.ip.me.api.persist.meta.DescriptorRuntime
The concrete implementation is determined at the first call of this
method. |