Package org.figure8.join.core.persistence

Interface Summary
ObjectDao This is an interface for defining an entity object Data Access Object.
XmlDatabinder This is an interface defining export/import methods for entity objects to/from the Xml format.
 

Class Summary
ConfigurableHibernateSessionFactoryBean This is an extension of Spring LocalSessionFactoryBean that can be further configured using extra properties provided by a HibernateConfigurator instance.
GenericHibernateObjectDao This is a generic implementation of HibernateObjectDao that uses java.lang.Object as its persistent class.
GenericHibernateObjectDao.PersistentObjectsLoader Inner class for loading all persistent objects
HibernateObjectDao This is a base class for Dao implementations using Hibernate as their ORM solution.
HibernateXmlDatabinder This is an implementation of XmlDatabinder for entity objects using Hibernate as an ORM system.
HibernateXmlExportHandler This utility class is an Xml export handler for Hibernate entity objects.
HibernateXmlImportHandler This utility class is an Xml import handler for Hibernate entity objects.
SessionInViewFilter This is an extension of Spring' OpenSessionInView filter that allow lazy loading in web views despite the original transactions already being completed.
 



Copyright © 2005-2008 Join. All Rights Reserved.