Package org.apache.wicket.examples.spring.common

Interface Summary
ContactDao interface for retrieving contacts from a database
 

Class Summary
Contact domain object for demonstrations.
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.
ContactGenerator generates random contacts
QueryParam Encapsulates the Query Paramaters to be passed to daos
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.