Uses of Class
org.plasma.sdo.core.SnapshotMap

Packages that use SnapshotMap
org.plasma.sdo  
org.plasma.sdo.access   
org.plasma.sdo.access.service   
org.plasma.sdo.core   
 

Uses of SnapshotMap in org.plasma.sdo
 

Methods in org.plasma.sdo with parameters of type SnapshotMap
 void PlasmaDataObject.reset(SnapshotMap commitMap, java.lang.String username)
          Synchronizes the state of this data object to that of it's data store given the map of UUID's and associated info resulting from a successful commit.
 

Uses of SnapshotMap in org.plasma.sdo.access
 

Methods in org.plasma.sdo.access that return SnapshotMap
 SnapshotMap DataGraphDispatcher.commit(DataGraph dataGraph)
           
 SnapshotMap DataGraphDispatcher.commit(DataGraph[] dataGraphs)
           
 SnapshotMap DataAccessService.commit(DataGraph[] dataGraphs, java.lang.String username)
           
 SnapshotMap DataAccessService.commit(DataGraph dataGraph, java.lang.String username)
           
 

Uses of SnapshotMap in org.plasma.sdo.access.service
 

Methods in org.plasma.sdo.access.service that return SnapshotMap
 SnapshotMap DataAccessServiceEJB.commit(DataGraph[] dataGraphs, java.lang.String username)
           
 SnapshotMap DataAccessServiceEJB.commit(DataGraph dataGraph, java.lang.String username)
           
 

Uses of SnapshotMap in org.plasma.sdo.core
 

Methods in org.plasma.sdo.core with parameters of type SnapshotMap
 void CoreDataObject.reset(SnapshotMap idMap, java.lang.String username)
          Sync up the state of this data object to that of it's data store given the map of UUID's and associated info resulting from a successful commit.
 



Copyright © 2013. All Rights Reserved.