Package | Description |
---|---|
org.apache.wicket.examples.spring.annot.web | |
org.apache.wicket.examples.spring.common | |
org.apache.wicket.examples.spring.common.web |
Modifier and Type | Method and Description |
---|---|
protected ContactDao |
ProxyDataProvider.getContactDao() |
protected ContactDao |
ProxyModel.getContactDao() |
Constructor and Description |
---|
ProxyDataProvider(ContactDao dao) |
ProxyModel(Contact contact,
ContactDao dao) |
Modifier and Type | Class and Description |
---|---|
class |
ContactDaoImpl
a dao implementation with an auto-generated embedded database.
|
Modifier and Type | Method and Description |
---|---|
ContactDao |
SpringConfig.contactDao() |
Modifier and Type | Method and Description |
---|---|
protected abstract ContactDao |
ContactDataProvider.getContactDao() |
protected abstract ContactDao |
ContactDetachableModel.getContactDao() |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.