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

Packages that use ObjectStorePersistence
org.nakedobjects.runtime.objectstore.inmemory   
org.nakedobjects.runtime.persistence.objectstore   
 

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

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

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

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

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

Methods in org.nakedobjects.runtime.persistence.objectstore that return ObjectStorePersistence
 ObjectStorePersistence PersistenceSessionObjectStore.getObjectStore()
          Injected by constructor.
 

Methods in org.nakedobjects.runtime.persistence.objectstore with parameters of type ObjectStorePersistence
protected  PersistenceSessionObjectStore ObjectStorePersistenceMechanismInstallerAbstract.createObjectStorePersistor(PersistenceSessionFactory persistenceSessionFactory, AdapterFactory adapterFactory, ObjectFactory objectFactory, ServicesInjector servicesInjector, OidGenerator oidGenerator, AdapterManagerExtended adapterManager, PersistAlgorithm persistAlgorithm, ObjectStorePersistence objectStore)
          Can optionally be overridden, but by default creates an PersistenceSessionObjectStore.
 

Constructors in org.nakedobjects.runtime.persistence.objectstore with parameters of type ObjectStorePersistence
PersistenceSessionObjectStore(PersistenceSessionFactory persistenceSessionFactory, AdapterFactory adapterFactory, ObjectFactory objectFactory, ServicesInjector servicesInjector, OidGenerator oidGenerator, AdapterManagerExtended identityMap, PersistAlgorithm persistAlgorithm, ObjectStorePersistence objectStore)
          Initialize the object store so that calls to this object store access persisted objects and persist changes to the object that are saved.
 



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