中国开发网: 论坛: 发牢骚: 贴子 248443
nostalgic: customerDAOFactory
package com.service.customerlogin;

import java.sql.SQLException;

public class customerDAOFactory {
public static customerDAO getDAO() throws Exception {

customerDAO customerdao = null;

try {

customerdao = (customerDAO) (new MSSQLcustomerDAO());

} catch (Exception sqle) {
sqle.printStackTrace();
}

return customerdao;
}

}

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录