2018年8月6日

Hibernate 的<generator class="native"></generator>的不同属性含义

摘要: 转载 http://blog.sina.com.cn/s/blog_7b8a637f010142if.html 1)assigned主键由外部程序负责生成,无需Hibernate参与。2)hilo通过hi/lo 算法实现的主键生成机制,需要额外的数据库表保存主键生成历史状态。3)seqhilo与hi 阅读全文

posted @ 2018-08-06 09:36 wait_for_you 阅读(144) 评论(0) 推荐(0) 编辑

<property name="hibernate.hbm2ddl.auto">update</property> 自动建表

摘要: 转载 自 http://www.cnblogs.com/feilong3540717/archive/2011/12/19/2293038.html和 https://blog.csdn.net/dingxingmei/article/details/45057425 hibernate sessi 阅读全文

posted @ 2018-08-06 08:33 wait_for_you 阅读(422) 评论(0) 推荐(0) 编辑

导航