|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactDao | |
---|---|
org.apache.wicket.examples.spring.annot.web | |
org.apache.wicket.examples.spring.common | |
org.apache.wicket.examples.spring.common.web |
Uses of ContactDao in org.apache.wicket.examples.spring.annot.web |
---|
Methods in org.apache.wicket.examples.spring.annot.web that return ContactDao | |
---|---|
protected ContactDao |
ProxyModel.getContactDao()
|
protected ContactDao |
ProxyDataProvider.getContactDao()
|
Constructors in org.apache.wicket.examples.spring.annot.web with parameters of type ContactDao | |
---|---|
ProxyDataProvider(ContactDao dao)
|
|
ProxyModel(Contact contact,
ContactDao dao)
|
Uses of ContactDao in org.apache.wicket.examples.spring.common |
---|
Classes in org.apache.wicket.examples.spring.common that implement ContactDao | |
---|---|
class |
ContactDaoImpl
a dao implementation with an auto-generated embedded database. in a true application this dao would interface with a real database, but because we want to keep dependencies to a minimum we generate our own database here. |
Uses of ContactDao in org.apache.wicket.examples.spring.common.web |
---|
Methods in org.apache.wicket.examples.spring.common.web that return ContactDao | |
---|---|
protected abstract ContactDao |
ContactDataProvider.getContactDao()
|
protected abstract ContactDao |
ContactDetachableModel.getContactDao()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |