org.figure8.join.core.persistence
Class GenericHibernateObjectDao.PersistentObjectsLoader

java.lang.Object
  extended by org.figure8.join.core.persistence.GenericHibernateObjectDao.PersistentObjectsLoader
Enclosing class:
GenericHibernateObjectDao

public static class GenericHibernateObjectDao.PersistentObjectsLoader
extends java.lang.Object

Inner class for loading all persistent objects


Constructor Summary
GenericHibernateObjectDao.PersistentObjectsLoader()
           
 
Method Summary
static java.util.List loadPersistentObjects(net.sf.hibernate.Session session)
          Load the persistent objects from given Session
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericHibernateObjectDao.PersistentObjectsLoader

public GenericHibernateObjectDao.PersistentObjectsLoader()
Method Detail

loadPersistentObjects

public static java.util.List loadPersistentObjects(net.sf.hibernate.Session session)
                                            throws net.sf.hibernate.HibernateException
Load the persistent objects from given Session

Throws:
net.sf.hibernate.HibernateException - if session or session factory access fails


Copyright © 2005-2008 Join. All Rights Reserved.