org.riotfamily.riot.hibernate.form
Class HqlAutoCompleterModel
java.lang.Object
org.riotfamily.riot.hibernate.support.HibernateSupport
org.riotfamily.riot.hibernate.form.HqlAutoCompleterModel
- All Implemented Interfaces:
- AutocompleterModel
public class HqlAutoCompleterModel
- extends HibernateSupport
- implements AutocompleterModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HqlAutoCompleterModel
public HqlAutoCompleterModel(org.hibernate.SessionFactory sessionFactory)
setHql
public void setHql(String hql)
getSuggestions
public Collection<String> getSuggestions(String search,
AutocompleteTextField element)
- Specified by:
getSuggestions
in interface AutocompleterModel