收藏 分享(赏)

Hibernate+Spring整合应用(小案例).doc

上传人:HR专家 文档编号:11606595 上传时间:2020-08-20 格式:DOC 页数:7 大小:48KB
下载 相关 举报
Hibernate+Spring整合应用(小案例).doc_第1页
第1页 / 共7页
Hibernate+Spring整合应用(小案例).doc_第2页
第2页 / 共7页
Hibernate+Spring整合应用(小案例).doc_第3页
第3页 / 共7页
Hibernate+Spring整合应用(小案例).doc_第4页
第4页 / 共7页
Hibernate+Spring整合应用(小案例).doc_第5页
第5页 / 共7页
点击查看更多>>
资源描述

1、Hibernate+Spring整合应用(小案例)1、导包 Hibernate Spring2、创建数据create table customer( c_id number(10) not null primary key, c_name varchar2(20)3、新建接口类import java.util.List;/* * 接口 * author ws*/public interface CustomerDao public List findall();4、实现接口 及测试main/* * 实现接口 * author ws*/public class CustomerImpl exte

2、nds HibernateDaoSupport implements CustomerDaopublic List findall() return this.getHibernateTemplate().find(from Customer);public static void main(String args) ApplicationContext context = new ClassPathXmlApplicationContext(applicationContext.xml);CustomerDao dao = (CustomerDao)context.getBean(custo

3、merImpl);List list = dao.findall();System.out.println(list.size();5、实体类public class Customer implements java.io.Serializable private Long CId;private String CName;get set .略6、Customer.hbm.xml 7、applicationContext.xml org.hibernate.dialect.Oracle9Dialect true com/xcx/entity/Customer.hbm.xml !- 此文件为Hibernate xml文件 在二者整合下可删除 -

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 法律法学 > 理论/案例

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报