org.nakedobjects.runtime.persistence
Interface PersistenceSessionFactoryDelegate

All Known Subinterfaces:
ClientConnectionInstaller, PersistenceMechanismInstaller
All Known Implementing Classes:
InMemoryPersistenceMechanismInstaller, ObjectStorePersistenceMechanismInstallerAbstract, PersistenceMechanismInstallerAbstract

public interface PersistenceSessionFactoryDelegate

Creates a PersistenceSession on behalf of a PersistenceSessionFactory.


Method Summary
 PersistenceSession createPersistenceSession(PersistenceSessionFactory persistenceSessionFactory)
          As per PersistenceSessionFactory.createPersistenceSession(), but passing a PersistenceSessionFactory to act as the PersistenceSession's owning factory.
 

Method Detail

createPersistenceSession

PersistenceSession createPersistenceSession(PersistenceSessionFactory persistenceSessionFactory)
As per PersistenceSessionFactory.createPersistenceSession(), but passing a PersistenceSessionFactory to act as the PersistenceSession's owning factory.



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