摘要:
转自:https://blog.csdn.net/haozhugogo/article/details/54575802sql 面向数据库表查询hql 面向对象查询hql : from 后面跟的 类名+类对象 where 后 用 对象的属性做条件sql: from 后面跟的是表名 where 后 用 阅读全文
posted @ 2016-12-21 03:08
Sharpest
阅读(520)
评论(0)
推荐(0)
摘要:
转自:https://www.cnblogs.com/sunxucool/archive/2013/06/04/3117193.html 延长action中属性的生命周期,包括自定义属性,以便在jsp页面中进行访问,让actionContextcleanup过滤器来清除属性,不让action自己清除 阅读全文
posted @ 2016-12-21 02:20
Sharpest
阅读(182)
评论(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
阅读(317)
评论(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
阅读(1046)
评论(0)
推荐(0)