文件名称:利用Spring来管理Hibernate完整例子
文件大小:10.71MB
文件格式:ZIP
更新时间:2015-04-27 02:03:50
Spring,Hibernate
其中Hibernate每次都需要手动创建SessionFactory,Session,手动开启提交关闭事务。而这一切操作完全是由Spring来代替。使持久层更加方便,使开发人员减少持久层操作,把注意力放到业务上。
【文件预览】:
testSpringHibernate
----src()
--------com()
--------Client.java(963B)
--------applicationContext.xml(2KB)
--------User.hbm.xml(710B)
--------hibernate.cfg.xml(1KB)
----.classpath(833B)
----build()
--------classes()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.common.project.facet.core.xml(345B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.component(511B)
--------.jsdtscope(503B)
--------org.eclipse.jdt.core.prefs(395B)
----WebContent()
--------META-INF()
--------NewFile.jsp(683B)
--------WEB-INF()
----.project(1KB)