package com.dyl.Employer.dao.impl;
import java.util.List;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import com.dyl.Employer.dao.EmployerDao;
import com.dyl.Employer.model.Employer;
public class EmployerDaoimpl extends HibernateDaoSupport implements EmployerDao{
@Override
public void addEmployer(Employer emp) {
this.getHibernateTemplate().save(emp);
}
@Override
public List<Employer> listEmployer() {
return this.getHibernateTemplate().find("from Employer");
}
}
最近下载更多
3516569014 LV5
2023年5月7日
liqingzhao6 LV12
2020年8月5日
cxc_123 LV2
2020年6月22日
xuchi123 LV7
2020年5月2日
wanyuxia2526 LV2
2020年3月12日
xuweisong2010 LV28
2020年1月13日
1063091784 LV1
2019年12月22日
shsahhf LV7
2019年12月7日
zhuxxiaoh LV8
2019年12月5日
1242023360 LV10
2019年12月4日

最近浏览