上一页 1 ··· 178 179 180 181 182 183 184 185 186 ··· 222 下一页
摘要: 转自:https://blog.csdn.net/haozhugogo/article/details/54575802sql 面向数据库表查询hql 面向对象查询hql : from 后面跟的 类名+类对象 where 后 用 对象的属性做条件sql: from 后面跟的是表名 where 后 用 阅读全文
posted @ 2016-12-21 03:08 Sharpest 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/sunxucool/archive/2013/06/04/3117193.html 延长action中属性的生命周期,包括自定义属性,以便在jsp页面中进行访问,让actionContextcleanup过滤器来清除属性,不让action自己清除 阅读全文
posted @ 2016-12-21 02:20 Sharpest 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/skk_7/article/details/17917339 hibernate延迟加载: 一个person对应多个school,使用hibernate处理关联关系: T_PERSON表: T_SCHOOL表: person类: [java] vie 阅读全文
posted @ 2016-12-21 02:07 Sharpest 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/gengkunpeng/article/details/6225286?utm_source=blogxgwz4 1. struts2.3.15 hibernate 3.2.0 整合,报错Exception in thread "main" Java 阅读全文
posted @ 2016-12-21 01:03 Sharpest 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: 1. 原文地址:http://heavengate.blog.163.com/blog/static/20238105320127291018026/ 错误信息: (3)Hibernate 3.6是需要依靠JPA。所以只要把JPA的包导入就可以了,hibernate-distribution-3.6 阅读全文
posted @ 2016-12-20 23:46 Sharpest 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/q664243624/article/details/69221324 阅读全文
posted @ 2016-12-20 23:45 Sharpest 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/rchm8519/article/details/23788053 1. ERROR - Context initialization failedorg.springframework.beans.factory.BeanCreationExcep 阅读全文
posted @ 2016-12-20 23:44 Sharpest 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1. hibernate.cfg.xml 阅读全文
posted @ 2016-12-19 00:46 Sharpest 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/evilcry2012/article/details/49208909 缺包 spring-core-.RELEASE.jar 阅读全文
posted @ 2016-12-19 00:25 Sharpest 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/lzx159951/article/details/79753493 1. 缺少:org.springframework.transaction-3.0.5.RELEASE.jar Maven依赖配置 <dependency> <groupId>or 阅读全文
posted @ 2016-12-19 00:21 Sharpest 阅读(1059) 评论(0) 推荐(0) 编辑
上一页 1 ··· 178 179 180 181 182 183 184 185 186 ··· 222 下一页