Hibernate
文章平均质量分 83
小龙在线
走在架构师的路上
展开
-
SSH框架整合——精简版
开发环境: (1) OS:Windows XP SP3 (2) DB:MySql 5.1.6 (3) JDK:1.6.0_17 (4) Server:Apache Tomcat 6.0.26 (5) IDE:MyEclipse 5.5 SSH框架: (1) Struts2.1.8 (2) Spring2.0.2 (3)原创 2010-11-20 19:15:00 · 1396 阅读 · 0 评论 -
Hibernate保存数据自动生成主键出现奇怪异常Duplicate entry '0' for key 1
今天在写一块程序的时候,出现了一个异常信息,捣鼓了一上午,终于找到了异常原因——不仅仅是简单的主键冲突问题 测试数据库:MySQL 异常信息如下: org.hibernate.exception.ConstraintViolationException: could not insert: [org.xxx.entity.PropertyType] at org.hibernate.e原创 2013-04-30 11:48:15 · 4540 阅读 · 0 评论 -
Hibernate注解方式一对多自关联关系映射
的 public class DictItem extends StatefulBean { private static final long serialVersionUID = -377812468484463777L; private String code; // 字典项编码 private String value; // 字典项值 private String dictCo原创 2014-05-20 23:40:11 · 1936 阅读 · 1 评论