|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContactDao in org.apache.wicket.spring.annot.web |
|---|
| Methods in org.apache.wicket.spring.annot.web that return ContactDao | |
|---|---|
protected ContactDao |
ProxyModel.getContactDao()
|
protected ContactDao |
ProxyDataProvider.getContactDao()
|
| Constructors in org.apache.wicket.spring.annot.web with parameters of type ContactDao | |
|---|---|
ProxyDataProvider(ContactDao dao)
|
|
ProxyModel(Contact contact,
ContactDao dao)
|
|
| Uses of ContactDao in org.apache.wicket.spring.common |
|---|
| Classes in org.apache.wicket.spring.common that implement ContactDao | |
|---|---|
class |
ContactDaoImpl
a dao implementation with an auto-generated embedded database. |
| Uses of ContactDao in org.apache.wicket.spring.common.web |
|---|
| Methods in org.apache.wicket.spring.common.web that return ContactDao | |
|---|---|
ContactDao |
ExampleApplication.getContactDao()
Retrieves contact dao bean. |
protected abstract ContactDao |
ContactDetachableModel.getContactDao()
|
protected abstract ContactDao |
ContactDataProvider.getContactDao()
|
ContactDao |
ExampleApplication.getContactDaoProxy()
Returns a lazy init proxy for the dao bean. |
| Uses of ContactDao in org.apache.wicket.spring.direct.web |
|---|
| Methods in org.apache.wicket.spring.direct.web that return ContactDao | |
|---|---|
protected ContactDao |
DirectModel.getContactDao()
|
protected ContactDao |
DirectDataProvider.getContactDao()
|
| Uses of ContactDao in org.apache.wicket.spring.proxy.web |
|---|
| Methods in org.apache.wicket.spring.proxy.web that return ContactDao | |
|---|---|
protected ContactDao |
ProxyModel.getContactDao()
|
protected ContactDao |
ProxyDataProvider.getContactDao()
|
| Constructors in org.apache.wicket.spring.proxy.web with parameters of type ContactDao | |
|---|---|
ProxyDataProvider(ContactDao dao)
|
|
ProxyModel(Contact contact,
ContactDao dao)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||