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

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

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

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

Methods in org.nakedobjects.runtime.objectstore.inmemory that return ObjectStore
protected  ObjectStore InMemoryPersistenceMechanismInstaller.createObjectStore(NakedObjectConfiguration configuration, AdapterFactory adapterFactory, AdapterManager adapterManager)
          Hook method to return ObjectStore.
 

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

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

Methods in org.nakedobjects.runtime.persistence.objectstore that return ObjectStore
protected abstract  ObjectStore ObjectStorePersistenceMechanismInstallerAbstract.createObjectStore(NakedObjectConfiguration configuration, AdapterFactory adapterFactory, AdapterManager adapterManager)
          Hook method to return ObjectStore.
 

Constructors in org.nakedobjects.runtime.persistence.objectstore with parameters of type ObjectStore
NakedObjectStoreDelegating(ObjectStore underlying, java.lang.String name)
           
NakedObjectStoreLogger(ObjectStore decorated)
           
NakedObjectStoreLogger(ObjectStore decorated, java.lang.String logFileName)
           
 



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