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

Packages that use PersistenceSession
org.nakedobjects.runtime.context   
org.nakedobjects.runtime.fixturesinstaller Fixture Installer API. 
org.nakedobjects.runtime.objectstore.inmemory   
org.nakedobjects.runtime.persistence Object Persistor API. 
org.nakedobjects.runtime.persistence.container   
org.nakedobjects.runtime.persistence.objectfactory   
org.nakedobjects.runtime.persistence.objectstore   
org.nakedobjects.runtime.session   
 

Uses of PersistenceSession in org.nakedobjects.runtime.context
 

Methods in org.nakedobjects.runtime.context that return PersistenceSession
static PersistenceSession NakedObjectsContext.getPersistenceSession()
          Convenience method.
 

Uses of PersistenceSession in org.nakedobjects.runtime.fixturesinstaller
 

Methods in org.nakedobjects.runtime.fixturesinstaller with parameters of type PersistenceSession
protected  void FixturesInstallerDelegate.postInstallFixtures(PersistenceSession persistenceSession)
          Hook - default does nothing.
protected  void FixturesInstallerDelegate.preInstallFixtures(PersistenceSession persistenceSession)
          Hook - default does nothing.
 

Constructors in org.nakedobjects.runtime.fixturesinstaller with parameters of type PersistenceSession
FixturesInstallerDelegate(PersistenceSession persistenceSession)
          For testing, supply own PersistenceSession rather than lookup from context.
 

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

Methods in org.nakedobjects.runtime.objectstore.inmemory that return PersistenceSession
 PersistenceSession InMemoryPersistenceSessionFactory.createPersistenceSession()
           
 

Methods in org.nakedobjects.runtime.objectstore.inmemory with parameters of type PersistenceSession
 void InMemoryPersistenceSessionFactory.attach(PersistenceSession persistenceSession, ObjectStorePersistedObjects persistedObjects)
          Not API - called when InMemoryObjectStore is closed.
 

Uses of PersistenceSession in org.nakedobjects.runtime.persistence
 

Classes in org.nakedobjects.runtime.persistence that implement PersistenceSession
 class PersistenceSessionAbstract
           
 class PersistenceSessionLogger
           
 

Methods in org.nakedobjects.runtime.persistence that return PersistenceSession
 PersistenceSession PersistenceSessionFactory.createPersistenceSession()
          Creates a PersistenceSession with the implementing object as the PersistenceSession's owning factory.
 PersistenceSession PersistenceSessionFactoryDelegating.createPersistenceSession()
           
 PersistenceSession PersistenceSessionFactoryDelegate.createPersistenceSession(PersistenceSessionFactory persistenceSessionFactory)
          As per PersistenceSessionFactory.createPersistenceSession(), but passing a PersistenceSessionFactory to act as the PersistenceSession's owning factory.
 PersistenceSession PersistenceMechanismInstallerAbstract.createPersistenceSession(PersistenceSessionFactory persistenceSessionFactory)
          Creates a PersistenceSession that is initialized with the various hook methods.
protected abstract  PersistenceSession PersistenceMechanismInstallerAbstract.createPersistenceSession(PersistenceSessionFactory persistenceSessionFactory, AdapterManagerExtended adapterManager, AdapterFactory adapterFactory, ObjectFactory objectFactory, OidGenerator oidGenerator, ServicesInjector servicesInjector)
          Mandatory hook method called by PersistenceMechanismInstallerAbstract.createPersistenceSession(PersistenceSessionFactory), passing the components created by the other (optional) hooks.
 

Methods in org.nakedobjects.runtime.persistence with parameters of type PersistenceSession
 void PersistenceSessionAware.setPersistenceSession(PersistenceSession persistenceSession)
           
 

Constructors in org.nakedobjects.runtime.persistence with parameters of type PersistenceSession
PersistenceSessionLogger(PersistenceSession decorated)
           
PersistenceSessionLogger(PersistenceSession decorated, java.lang.String logFileName)
           
 

Uses of PersistenceSession in org.nakedobjects.runtime.persistence.container
 

Methods in org.nakedobjects.runtime.persistence.container that return PersistenceSession
protected  PersistenceSession DomainObjectContainerObjectChanged.getPersistenceSession()
           
protected  PersistenceSession DomainObjectContainerResolve.getPersistenceSession()
           
 

Uses of PersistenceSession in org.nakedobjects.runtime.persistence.objectfactory
 

Methods in org.nakedobjects.runtime.persistence.objectfactory that return PersistenceSession
protected  PersistenceSession ObjectFactoryAbstract.getPersistenceSession()
           
 

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

Classes in org.nakedobjects.runtime.persistence.objectstore that implement PersistenceSession
 class PersistenceSessionObjectStore
           
 

Methods in org.nakedobjects.runtime.persistence.objectstore that return PersistenceSession
protected  PersistenceSession ObjectStorePersistenceMechanismInstallerAbstract.createPersistenceSession(PersistenceSessionFactory persistenceSessionFactory, AdapterManagerExtended adapterManager, AdapterFactory adapterFactory, ObjectFactory objectFactory, OidGenerator oidGenerator, ServicesInjector servicesInjector)
          Will return a PersistenceSessionObjectStore; subclasses are free to downcast if required.
 

Uses of PersistenceSession in org.nakedobjects.runtime.session
 

Methods in org.nakedobjects.runtime.session that return PersistenceSession
 PersistenceSession NakedObjectSession.getPersistenceSession()
          The PersistenceSession within this NakedObjectSession.
 PersistenceSession NakedObjectSessionDefault.getPersistenceSession()
           
 

Methods in org.nakedobjects.runtime.session with parameters of type PersistenceSession
 void NakedObjectSessionDefault.testSetObjectPersistor(PersistenceSession objectPersistor)
          Should only be called in tests.
 

Constructors in org.nakedobjects.runtime.session with parameters of type PersistenceSession
NakedObjectSessionDefault(NakedObjectSessionFactory sessionFactory, AuthenticationSession authenticationSession, PersistenceSession persistenceSession, UserProfile userProfile)
           
 



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