org.riotfamily.riot.hibernate.form
Class HqlOptionsModel

java.lang.Object
  extended by org.riotfamily.riot.hibernate.support.HibernateSupport
      extended by org.riotfamily.riot.hibernate.form.HqlOptionsModel
All Implemented Interfaces:
OptionsModel

public class HqlOptionsModel
extends HibernateSupport
implements OptionsModel


Constructor Summary
HqlOptionsModel(org.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 Collection<?> getOptionValues(Element element)
           
 void setHql(String hql)
           
 
Methods inherited from class org.riotfamily.riot.hibernate.support.HibernateSupport
createCriteria, createFilter, createQuery, getSession, getSessionFactory, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HqlOptionsModel

public HqlOptionsModel(org.hibernate.SessionFactory sessionFactory)
Method Detail

setHql

public void setHql(String hql)

getOptionValues

public Collection<?> getOptionValues(Element element)
Specified by:
getOptionValues in interface OptionsModel