5.DAO工厂类

package com.wangguan;

/**
 * 
 * 
@author Administrator
 * 第五部分 DAO工厂类
 
*/
public class DAOFactory {
    
public static UserInfoDAO getUserInfoDAOInstance() {
        
return new UserInfoDAOImpl();
    }
}

posted on 2011-05-01 20:01  段天狼  阅读(257)  评论(0)    收藏  举报

导航