13141516171819
* @author Balazs * */ public abstract class DAOFactory { public static DAOFactory getInstance() { return new JdbcDAOFactory(); }