Uses of Interface
org.nakedobjects.runtime.persistence.objectstore.ObjectStoreTransactionManagement

Packages that use ObjectStoreTransactionManagement
org.nakedobjects.runtime.objectstore.inmemory   
org.nakedobjects.runtime.persistence.objectstore   
org.nakedobjects.runtime.persistence.objectstore.transaction   
 

Uses of ObjectStoreTransactionManagement in org.nakedobjects.runtime.objectstore.inmemory
 

Classes in org.nakedobjects.runtime.objectstore.inmemory that implement ObjectStoreTransactionManagement
 class InMemoryObjectStore
           
 

Uses of ObjectStoreTransactionManagement in org.nakedobjects.runtime.persistence.objectstore
 

Subinterfaces of ObjectStoreTransactionManagement in org.nakedobjects.runtime.persistence.objectstore
 interface ObjectStore
           
 

Classes in org.nakedobjects.runtime.persistence.objectstore that implement ObjectStoreTransactionManagement
 class NakedObjectStoreDelegating
          Implementation that simply delegates to underlying ObjectStore.
 class NakedObjectStoreLogger
           
 

Methods in org.nakedobjects.runtime.persistence.objectstore with parameters of type ObjectStoreTransactionManagement
protected  NakedObjectTransactionManager ObjectStorePersistenceMechanismInstallerAbstract.createTransactionManager(PersistenceSessionTransactionManagement persistor, ObjectStoreTransactionManagement objectStore)
          Hook method to return an NakedObjectTransactionManager.
 

Uses of ObjectStoreTransactionManagement in org.nakedobjects.runtime.persistence.objectstore.transaction
 

Constructors in org.nakedobjects.runtime.persistence.objectstore.transaction with parameters of type ObjectStoreTransactionManagement
ObjectStoreTransaction(NakedObjectTransactionManager transactionManager, MessageBroker messageBroker, UpdateNotifier updateNotifier, ObjectStoreTransactionManagement objectStore)
           
ObjectStoreTransactionManager(PersistenceSessionTransactionManagement objectPersistor, ObjectStoreTransactionManagement objectStore)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.