会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
天道酬勤
现在的努力是未来的幸福
博客园
首页
新随笔
联系
管理
订阅
2016年9月1日
hibernate 连续 save 的时候报错,事务回滚
摘要: 添加的时候一定要注意,有没有id,如果下面的save ,不是外键,则添加进去为空,为外键,则报错
阅读全文
posted @ 2016-09-01 18:23 ihaveadream
阅读(837)
评论(0)
推荐(0)
编辑
spring aop
摘要: 开源框架spring详解 AOP的深刻理解 AOP的理解 1、AOP的概述 AOP是一种不同于OOP(面向对象编程)的编程模式,它不是OOP的替代,而是对OOP的一种有益补充。 2、spring AOP的原理 3、spring AOP的实现 在spring2.5中,常用的AOP实现方式有两种。第一种
阅读全文
posted @ 2016-09-01 17:21 ihaveadream
阅读(97)
评论(0)
推荐(0)
编辑
2016年8月29日
hql ==> like
摘要: 在hql 中不能直接 like '%:content%' 会报找不到地方插入 content 的错误 正确方式: query.setParameter("content","%" + content + "%");
阅读全文
posted @ 2016-08-29 11:57 ihaveadream
阅读(111)
评论(0)
推荐(0)
编辑
hibernate 和 mybatis 区别
摘要: hibernate select id,name from entity , 取多个属性不能直接转为 entity,必须得取 * , 否则取出来是Object,强转报错,而为Object的时候除了取一个值可以强转,取多值的时候又拿不到里面的值,除非再写个类,再强转,而mybatis可以 hibern
阅读全文
posted @ 2016-08-29 11:20 ihaveadream
阅读(74)
评论(0)
推荐(0)
编辑
2016年7月9日
sql 建表语句
摘要: create table s_orderform( o_id int auto_increment primary key, o_buyer_id int, o_seller_id int, o_totalprices double, o_state varchar(50), o_informati
阅读全文
posted @ 2016-07-09 08:50 ihaveadream
阅读(117)
评论(0)
推荐(0)
编辑
2016年7月8日
ssh框架
摘要: 建项目时 选择tomcat running time 这样建成后有 Hibernate 4.1.4(勾选core) Spring 4.1.0 Facets里 选择一个Module 其它 全选 Struts 2.1 Core 不选第一个 Facets 选最新的spring 选择 struts和spri
阅读全文
posted @ 2016-07-08 23:02 ihaveadream
阅读(119)
评论(0)
推荐(0)
编辑
公告