Uses of Class
com.sap.ip.me.api.persist.core.PersistenceImplementation

Packages that use PersistenceImplementation
com.sap.ip.me.api.persist.core   
 

Uses of PersistenceImplementation in com.sap.ip.me.api.persist.core
 

Fields in com.sap.ip.me.api.persist.core declared as PersistenceImplementation
static PersistenceImplementation PersistenceImplementation.NONE
           
 

Methods in com.sap.ip.me.api.persist.core that return PersistenceImplementation
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.
 



Copyright © 2005 SAP AG. All Rights Reserved.