SimpleDSDAOFactory

public class SimpleDSDAOFactory extends DataSourceDAOFactory

SimpleDSDAOFactory is a subclass of DataSourceDAOFactory and provides an implementation for accessing the data source by a simple DataSource object which is backed by the DriverManager and provides no pooling.

Notice that the DAO created by the createDAO() method shall be an instance of DataSourceDAO since this factory is a DataSourceDAOFactory.

Author:Hugo Y. K. Lam

Constructors

SimpleDSDAOFactory

public SimpleDSDAOFactory()

Creates a new instance of SimpleDSDAOFactory.

Methods

initFactory

public void initFactory()

Initializes this DAOFactory.