文件名称:JavaEE技术-自主学习
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
通过xml文件配置数据库连接信息
PO类和数据库表的映射关系通过xml文件配置
模拟Hibernate中Session类的save()、delete()、update()和get()方法(Configuring database connection information through the XML file
The mapping relationship between the PO class and the database table is configured through the XML file
The save () (), delete (), update (), and get () methods of Session classes in Hibernate)
PO类和数据库表的映射关系通过xml文件配置
模拟Hibernate中Session类的save()、delete()、update()和get()方法(Configuring database connection information through the XML file
The mapping relationship between the PO class and the database table is configured through the XML file
The save () (), delete (), update (), and get () methods of Session classes in Hibernate)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
JavaBeanTest71 | 0 | 2017-05-06 |
JavaBeanTest71\.classpath | 2081 | 2017-04-24 |
JavaBeanTest71\.project | 390 | 2017-04-17 |
JavaBeanTest71\.settings | 0 | 2017-05-06 |
JavaBeanTest71\.settings\org.eclipse.jdt.core.prefs | 598 | 2017-04-17 |
JavaBeanTest71\bin | 0 | 2017-05-06 |
JavaBeanTest71\bin\hibernate.cfg.xml | 1593 | 2017-04-24 |
JavaBeanTest71\bin\po | 0 | 2017-05-06 |
JavaBeanTest71\bin\po\Book.class | 1754 | 2017-05-02 |
JavaBeanTest71\bin\po\Book.hbm.xml | 900 | 2017-04-24 |
JavaBeanTest71\bin\po\BookAnnotation.class | 2184 | 2017-05-02 |
JavaBeanTest71\bin\po\BookTest.class | 3529 | 2017-05-06 |
JavaBeanTest71\bin\po\Publish.class | 1112 | 2017-05-02 |
JavaBeanTest71\bin\po\Publish.hbm.xml | 474 | 2017-04-24 |
JavaBeanTest71\bin\po\PublishAnnotation.class | 1167 | 2017-05-02 |
JavaBeanTest71\bin\po\PublishTest.class | 3629 | 2017-05-02 |
JavaBeanTest71\bin\util | 0 | 2017-05-06 |
JavaBeanTest71\bin\util\HibernateUtil.class | 710 | 2017-05-02 |
JavaBeanTest71\src | 0 | 2017-05-06 |
JavaBeanTest71\src\hibernate.cfg.xml | 1593 | 2017-04-24 |
JavaBeanTest71\src\po | 0 | 2017-05-06 |
JavaBeanTest71\src\po\Book.hbm.xml | 900 | 2017-04-24 |
JavaBeanTest71\src\po\Book.java | 1026 | 2017-04-19 |
JavaBeanTest71\src\po\BookAnnotation.java | 1504 | 2017-04-24 |
JavaBeanTest71\src\po\Publish.hbm.xml | 474 | 2017-04-24 |
JavaBeanTest71\src\po\Publish.java | 602 | 2017-04-24 |
JavaBeanTest71\src\po\PublishAnnotation.java | 884 | 2017-04-24 |
JavaBeanTest71\src\util | 0 | 2017-05-06 |
JavaBeanTest71\src\util\HibernateUtil.java | 1085 | 2017-04-24 |
JavaBeanTest71\test | 0 | 2017-05-06 |
JavaBeanTest71\test\po | 0 | 2017-05-06 |
JavaBeanTest71\test\po\BookTest.java | 3860 | 2017-05-06 |
JavaBeanTest71\test\po\PublishTest.java | 3813 | 2017-04-19 |