org.nakedobjects.runtime.persistence
Class PersistorUtil

java.lang.Object
  extended by org.nakedobjects.runtime.persistence.PersistorUtil

public class PersistorUtil
extends java.lang.Object


Method Summary
static void end(NakedObject object)
          Marks the specified object as loaded: resolved, partly resolve or updated as specified by the second parameter.
static void start(NakedObject object, ResolveState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public static void start(NakedObject object,
                         ResolveState state)

end

public static void end(NakedObject object)
Marks the specified object as loaded: resolved, partly resolve or updated as specified by the second parameter. Attempting to specify any other state throws a run time exception.



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