Uses of Interface
org.nakedobjects.runtime.persistence.objectstore.algorithm.PersistAlgorithm

Packages that use PersistAlgorithm
org.nakedobjects.runtime.persistence.objectstore   
org.nakedobjects.runtime.persistence.objectstore.algorithm This interface is used by the PersistenceSession and is generally not intended to be implemented directly. 
org.nakedobjects.runtime.persistence.objectstore.algorithm.dflt   
org.nakedobjects.runtime.persistence.objectstore.algorithm.topdown   
org.nakedobjects.runtime.persistence.objectstore.algorithm.twopass   
 

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

Methods in org.nakedobjects.runtime.persistence.objectstore that return PersistAlgorithm
protected  PersistAlgorithm ObjectStorePersistenceMechanismInstallerAbstract.createPersistAlgorithm(NakedObjectConfiguration configuration)
          Hook method to create PersistAlgorithm.
 PersistAlgorithm PersistenceSessionObjectStore.getPersistAlgorithm()
          Injected by constructor.
 

Methods in org.nakedobjects.runtime.persistence.objectstore with parameters of type PersistAlgorithm
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 PersistAlgorithm
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.
 

Uses of PersistAlgorithm in org.nakedobjects.runtime.persistence.objectstore.algorithm
 

Classes in org.nakedobjects.runtime.persistence.objectstore.algorithm that implement PersistAlgorithm
 class PersistAlgorithmAbstract
           
 

Uses of PersistAlgorithm in org.nakedobjects.runtime.persistence.objectstore.algorithm.dflt
 

Classes in org.nakedobjects.runtime.persistence.objectstore.algorithm.dflt that implement PersistAlgorithm
 class DefaultPersistAlgorithm
           
 

Uses of PersistAlgorithm in org.nakedobjects.runtime.persistence.objectstore.algorithm.topdown
 

Classes in org.nakedobjects.runtime.persistence.objectstore.algorithm.topdown that implement PersistAlgorithm
 class TopDownPersistAlgorithm
           
 

Uses of PersistAlgorithm in org.nakedobjects.runtime.persistence.objectstore.algorithm.twopass
 

Classes in org.nakedobjects.runtime.persistence.objectstore.algorithm.twopass that implement PersistAlgorithm
 class TwoPassPersistAlgorithm
           
 



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