A Data Access Object (DAO) interface describing the available operations for retrieving and storing {@link User}s (and their associated {@link Subscription}s) in some persistence layer whose characteristics are not specified here. One or more implementations will be created to perform the actual I/O that is required.
@author Craig R. McClanahan @version $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $ @since Struts 1.1
|
|
|
|
|
|
|
|