hibernate Annotation 注解形式 实例 事务 hibernate.cfg.xml
摘要:
实体类: import javax.persistence.Entity;import javax.persistence.Id;@Entitypublic class foo { private int id; private String name; private String tot... 阅读全文
posted @ 2013-03-07 20:52 王大王 阅读(151) 评论(0) 推荐(0)