Package org.nakedobjects.runtime.session

Interface Summary
NakedObjectSession Analogous to a Hibernate Session, holds the current set of components for a specific execution context (such as on a thread).
NakedObjectSessionFactory Analogous to a Hibernate SessionFactory.
 

Class Summary
NakedObjectSessionDefault Analogous to a Hibernate Session, holds the current set of components for a specific execution context (such as on a thread).
NakedObjectSessionFactoryAbstract Creates an implementation of NakedObjectSessionFactory.openSession(AuthenticationSession) to create an NakedObjectSession, but delegates to subclasses to actually obtain the components that make up that NakedObjectSession.
NakedObjectSessionFactoryDefault As its superclass, but provides a default for some of more basic components (that is, where the core framework offers only a single implementation).
 

Exception Summary
SessionFactoryException  
 



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