摘要: public class DistributeDao implements Serializable{ private SessionFactory sessionFactory; public Session getSession() { return s... 阅读全文
posted @ 2015-06-18 23:32 hjzqyx 阅读(5532) 评论(0) 推荐(0) 编辑
摘要: Hibernate主键生成策略:http://www.cnblogs.com/flyoung2008/articles/2165759.html一般自增主键(Integer)映射方式: String(字符串)为主键的映射方式: 阅读全文
posted @ 2015-06-18 00:26 hjzqyx 阅读(208) 评论(0) 推荐(0) 编辑