Uses of Interface
org.nakedobjects.runtime.persistence.objectstore.transaction.CreateObjectCommand

Packages that use CreateObjectCommand
org.nakedobjects.runtime.objectstore.inmemory   
org.nakedobjects.runtime.objectstore.inmemory.internal.commands   
org.nakedobjects.runtime.persistence.objectstore   
 

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

Methods in org.nakedobjects.runtime.objectstore.inmemory that return CreateObjectCommand
 CreateObjectCommand InMemoryObjectStore.createCreateObjectCommand(NakedObject object)
           
 

Uses of CreateObjectCommand in org.nakedobjects.runtime.objectstore.inmemory.internal.commands
 

Classes in org.nakedobjects.runtime.objectstore.inmemory.internal.commands that implement CreateObjectCommand
 class InMemoryCreateObjectCommand
           
 

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

Methods in org.nakedobjects.runtime.persistence.objectstore that return CreateObjectCommand
 CreateObjectCommand NakedObjectStoreLogger.createCreateObjectCommand(NakedObject object)
           
 CreateObjectCommand NakedObjectStoreDelegating.createCreateObjectCommand(NakedObject object)
           
 CreateObjectCommand ObjectStorePersistence.createCreateObjectCommand(NakedObject object)
          Makes a naked object persistent.
 



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