org.nakedobjects.runtime.persistence.objectstore
Interface ObjectStore

All Superinterfaces:
Component, DebugInfo, NamedComponent, ObjectStorePersistence, ObjectStoreTransactionManagement, SessionScopedComponent
All Known Implementing Classes:
InMemoryObjectStore, NakedObjectStoreDelegating, NakedObjectStoreLogger

public interface ObjectStore
extends ObjectStorePersistence, ObjectStoreTransactionManagement


Method Summary
 
Methods inherited from interface org.nakedobjects.runtime.persistence.objectstore.ObjectStorePersistence
createCreateObjectCommand, createDestroyObjectCommand, createSaveObjectCommand, execute, getInstances, getObject, getOidForService, hasInstances, isFixturesInstalled, registerService, reset, resolveField, resolveImmediately
 
Methods inherited from interface org.nakedobjects.metamodel.commons.debug.DebugInfo
debugData, debugTitle
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.SessionScopedComponent
close, open
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.NamedComponent
name
 
Methods inherited from interface org.nakedobjects.runtime.persistence.objectstore.ObjectStoreTransactionManagement
abortTransaction, endTransaction, execute, startTransaction
 



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