文章列表
public static TcustomerDAO getFromApplicationContext(ApplicationContext ctx) {
return (TcustomerDAO) ctx.getBean("TcustomerDAO");
}
@SuppressWarnings("unchecked")
public int getUserTotalCount(String customerName){
String hql= "select count(*) from Tcustomer where 1=1 ...
- 2008-09-07 20:38
- 浏览 761
- 评论(0)