|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryParam | |
|---|---|
| wicket.contrib.phonebook | Wicket-PhoneBook - An example of Spring & Hibernate usage in a Wicket web-app. |
| wicket.contrib.phonebook.web | Application level classes. |
| Uses of QueryParam in wicket.contrib.phonebook |
|---|
| Methods in wicket.contrib.phonebook with parameters of type QueryParam | |
|---|---|
protected org.hibernate.Query |
HibernateContactDao.buildFindQuery(QueryParam qp,
Contact filter,
boolean count)
builds a query object to satisfy the provided parameters |
Iterator<Contact> |
IbatisContactDao.find(QueryParam qp,
Contact filter)
Query the DB, using the supplied query details. |
Iterator<Contact> |
ContactDao.find(QueryParam qp,
Contact filter)
Query the DB, using the supplied query details. |
Iterator<Contact> |
ShadesContactDao.find(QueryParam qp,
Contact filter)
|
Iterator<Contact> |
HibernateContactDao.find(QueryParam qp,
Contact filter)
Query the DB, using the supplied query details. |
void |
HibernateContactFinderQueryBuilder.setQueryParam(QueryParam queryParam)
|
| Uses of QueryParam in wicket.contrib.phonebook.web |
|---|
| Methods in wicket.contrib.phonebook.web with parameters of type QueryParam | |
|---|---|
void |
ContactsDataProvider.setQueryParam(QueryParam queryParam)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||