A form of "DAO" managing a section of the request container namespace
corresponding to all entities of a Hibernate-mapped type. See documentation
on
uk.org.ponder.rsf.state.entity.ObstinateEntityBeanLocator for
details on semantics.
Set either "entityClass" or "entityName" to determine the mapped entity and
hence Java class for this locator. Note that the Hibernate entity name
defaults to the unqualified class name
http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/ (this functionality not supported until re-upgrade to Hibernate 3.x)
These are request-scope beans, but not created by RSAC for reasons of
efficiency. These are auto-populated by the StaticHibernateEBM for each
request.
author: Antranig Basman (amb26@ponder.org.uk) |