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: 421494 $ $Date: 2006-07-12 20:55:17 -0700 (Wed, 12 Jul 2006) $ @since Struts 1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|