Uses of Interface
org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegate

Packages that use PersistenceSessionFactoryDelegate
org.nakedobjects.runtime.objectstore.inmemory   
org.nakedobjects.runtime.persistence Object Persistor API. 
org.nakedobjects.runtime.persistence.objectstore   
org.nakedobjects.runtime.remoting Remoting Command API. 
 

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

Classes in org.nakedobjects.runtime.objectstore.inmemory that implement PersistenceSessionFactoryDelegate
 class InMemoryPersistenceMechanismInstaller
          Installs the in-memory object store.
 

Constructors in org.nakedobjects.runtime.objectstore.inmemory with parameters of type PersistenceSessionFactoryDelegate
InMemoryPersistenceSessionFactory(DeploymentType deploymentType, PersistenceSessionFactoryDelegate persistenceSessionFactoryDelegate)
           
 

Uses of PersistenceSessionFactoryDelegate in org.nakedobjects.runtime.persistence
 

Subinterfaces of PersistenceSessionFactoryDelegate in org.nakedobjects.runtime.persistence
 interface PersistenceMechanismInstaller
          Installs a PersistenceSession during system start up.
 

Classes in org.nakedobjects.runtime.persistence that implement PersistenceSessionFactoryDelegate
 class PersistenceMechanismInstallerAbstract
          An abstract implementation of PersistenceMechanismInstaller that will lookup the AdapterFactory and ObjectFactory from the supplied NakedObjectConfiguration.
 

Methods in org.nakedobjects.runtime.persistence that return PersistenceSessionFactoryDelegate
 PersistenceSessionFactoryDelegate PersistenceSessionFactoryDelegating.getDelegate()
           
 

Constructors in org.nakedobjects.runtime.persistence with parameters of type PersistenceSessionFactoryDelegate
PersistenceSessionFactoryDelegating(DeploymentType deploymentType, PersistenceSessionFactoryDelegate persistenceSessionFactoryDelegate)
           
 

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

Classes in org.nakedobjects.runtime.persistence.objectstore that implement PersistenceSessionFactoryDelegate
 class ObjectStorePersistenceMechanismInstallerAbstract
           
 

Uses of PersistenceSessionFactoryDelegate in org.nakedobjects.runtime.remoting
 

Subinterfaces of PersistenceSessionFactoryDelegate in org.nakedobjects.runtime.remoting
 interface ClientConnectionInstaller
           
 



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