|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceContainer | |
com.sap.ip.me.api.persist.app | |
com.sap.ip.me.api.persist.core |
Uses of PersistenceContainer in com.sap.ip.me.api.persist.app |
Methods in com.sap.ip.me.api.persist.app that return PersistenceContainer | |
PersistenceContainer |
PersistableEntity.getPersistedObject()
Is called to get all attribute / links of the Entity instance. |
Methods in com.sap.ip.me.api.persist.app with parameters of type PersistenceContainer | |
PersistableEntity |
EntityFactory.createEntity(PersistenceContainer o)
Creates an Entity after reading persistet Entity data from persistence. |
Uses of PersistenceContainer in com.sap.ip.me.api.persist.core |
Methods in com.sap.ip.me.api.persist.core that return PersistenceContainer | |
PersistenceContainer |
PersistedObjectFactory.createPersistedObject(ClassDescriptor descripto,
java.lang.String key)
Creates an inital instance of PersistedObject with all the attributes and links null |
PersistenceContainer |
PersistedObjectFactory.createPersistedObject(PersistenceContainer persistedObject)
Creates a copy of PersistedObject with the same key without any links |
PersistenceContainer |
PersistedObjectFactory.createPersistedObject(PersistenceContainer persistedObject,
java.lang.String key)
Creates a copy of PersistedObject with new key without any links |
Methods in com.sap.ip.me.api.persist.core with parameters of type PersistenceContainer | |
PersistenceContainer |
PersistedObjectFactory.createPersistedObject(PersistenceContainer persistedObject)
Creates a copy of PersistedObject with the same key without any links |
PersistenceContainer |
PersistedObjectFactory.createPersistedObject(PersistenceContainer persistedObject,
java.lang.String key)
Creates a copy of PersistedObject with new key without any links |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |