uk.org.ponder.rsf.hibernate3 |
|
Java Source File Name | Type | Comment |
HibernateAlterationWrapper.java | Class | An "Alteration Wrapper" appropriate for a straightforward use of Hibernate.
This will open and rollback a transaction around every request cycle, except
an action cycle which reports the END_FLOW propagation status (all non-flow
cycles will report this). |
HibernateDAOFactory.java | Class | |
HibernateEntityBeanLocator.java | Class | A form of "DAO" managing a section of the request container namespace
corresponding to all entities of a Hibernate-mapped type. |
HibernateEntityBeanManager.java | Class | The central request-scope manager for Hibernate-mapped entities. |
HibernateIDResolver.java | Class | For any Hibernate-persisted bean, return its ID value. |
HibernateUtil.java | Class | Cleanup methods necessary for Hibernate 2.x which has not yet moved over to
unchecked exceptions. |
HPQLHider.java | Class | The purposes of this class is to hide from clever type inferrers
(like SpringIDE) the exact type of HQLParameterQueryBean so that it will
not complain when unexpected properties are set on it (actually by means
of its being a WBL). |
HQLParameterQueryBean.java | Class | A request-scope query bean that will return a list of objects in response to
an HQL query string. |
HQLQueryBean.java | Class | A request-scope query bean that will return a list of objects in response
to an HQL query string. |
LocalSessionFactoryBeanHolder.java | Class | A utility class to obtain the parent Spring factory for the bean. |
StaticHibernateEBM.java | Class | The central point of Hibernate dependency. |