| java.lang.Object uk.org.ponder.rsf.hibernate3.HQLParameterQueryBean
HQLParameterQueryBean | public class HQLParameterQueryBean implements WriteableBeanLocator,FactoryBean(Code) | | A request-scope query bean that will return a list of objects in response to
an HQL query string. This bean is bi-modal - when used as a WBL it will
curry successive path components into successive named parameters
of the query. When used as a plain FactoryBean, it will expect the
path components to have been configured into it as dependencies.
Use this bean only in one mode at once per instance!
author: Antranig Basman (antranig@caret.cam.ac.uk) |
isSingleton | public boolean isSingleton()(Code) | | |
setHQLString | public void setHQLString(String hqlstring)(Code) | | |
setSession | public void setSession(Session session)(Code) | | |
|
|