随笔-61  评论-159  文章-0  trackbacks-0
  2008年10月9日
posted @ 2015-03-18 22:05 apple0668 阅读(566) | 评论 (0)编辑 收藏
posted @ 2012-07-07 22:11 apple0668 阅读(547) | 评论 (0)编辑 收藏
     摘要: TDD 重构 eclipse 快捷键  阅读全文
posted @ 2012-04-28 15:56 apple0668 阅读(1337) | 评论 (0)编辑 收藏
posted @ 2011-05-11 15:48 apple0668 阅读(5157) | 评论 (6)编辑 收藏
posted @ 2011-05-09 22:21 apple0668 阅读(3048) | 评论 (0)编辑 收藏
posted @ 2011-05-04 16:09 apple0668 阅读(9336) | 评论 (0)编辑 收藏
posted @ 2010-01-17 21:11 apple0668 阅读(4295) | 评论 (0)编辑 收藏
posted @ 2010-01-17 21:08 apple0668 阅读(6052) | 评论 (2)编辑 收藏
posted @ 2009-03-19 21:56 apple0668 阅读(1527) | 评论 (0)编辑 收藏
posted @ 2008-12-06 23:42 apple0668 阅读(2583) | 评论 (0)编辑 收藏
posted @ 2008-12-03 21:34 apple0668 阅读(3889) | 评论 (1)编辑 收藏
posted @ 2008-11-29 21:35 apple0668 阅读(1152) | 评论 (0)编辑 收藏
posted @ 2008-11-28 22:56 apple0668 阅读(3746) | 评论 (2)编辑 收藏
posted @ 2008-11-27 22:44 apple0668 阅读(1871) | 评论 (0)编辑 收藏
posted @ 2008-11-19 21:11 apple0668 阅读(2239) | 评论 (1)编辑 收藏
posted @ 2008-11-04 23:48 apple0668 阅读(3993) | 评论 (0)编辑 收藏
posted @ 2008-10-31 23:39 apple0668 阅读(808) | 评论 (0)编辑 收藏
posted @ 2008-10-31 20:46 apple0668 阅读(1472) | 评论 (0)编辑 收藏
posted @ 2008-10-28 23:56 apple0668 阅读(827) | 评论 (0)编辑 收藏
posted @ 2008-10-27 23:48 apple0668 阅读(1455) | 评论 (0)编辑 收藏
posted @ 2008-10-26 13:16 apple0668 阅读(2249) | 评论 (2)编辑 收藏
posted @ 2008-10-23 23:19 apple0668 阅读(699) | 评论 (0)编辑 收藏
posted @ 2008-10-22 13:22 apple0668 阅读(1666) | 评论 (0)编辑 收藏
posted @ 2008-10-13 21:48 apple0668 阅读(426) | 评论 (0)编辑 收藏
posted @ 2008-10-12 23:01 apple0668 阅读(497) | 评论 (0)编辑 收藏
posted @ 2008-10-12 21:59 apple0668 阅读(766) | 评论 (0)编辑 收藏
posted @ 2008-10-11 13:37 apple0668 阅读(641) | 评论 (0)编辑 收藏
posted @ 2008-10-10 21:38 apple0668 阅读(1170) | 评论 (1)编辑 收藏
posted @ 2008-10-10 13:31 apple0668 阅读(380) | 评论 (0)编辑 收藏
     摘要: 会在多的一端加入一个外键,指向一的一端,这个外键是由
中的column属性定义的,如果忽略了这个属性那么默认的外键与实体的属性一致!  阅读全文
posted @ 2008-10-09 21:01 apple0668 阅读(587) | 评论 (0)编辑 收藏
     摘要: transient、persistent、detached状态,对于使用hibernate在开发过程中起着比较重要的意义。  阅读全文
posted @ 2008-10-09 20:51 apple0668 阅读(469) | 评论 (0)编辑 收藏
     摘要: hibernate中的Seesion两个方法:get,load。get不支持lazy,load支持lazy。采用get加载数据,如果没有匹配的数据,返回null,而load则抛出异常。
  阅读全文
posted @ 2008-10-09 20:38 apple0668 阅读(453) | 评论 (0)编辑 收藏