Hiberante+jpa,注解生成32字符的Id
生活随笔
收集整理的這篇文章主要介紹了
Hiberante+jpa,注解生成32字符的Id
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
@Id @GenericGenerator(name = "id-generator", strategy = "uuid") @GeneratedValue(generator = "id-generator",strategy = GenerationType.IDENTITY) private String id;或者
@Id @GenericGenerator(name = "id-generator", strategy = "uuid") @GeneratedValue(generator = "id-generator",strategy = GenerationType.IDENTITY) private String id;?
轉載于:https://my.oschina.net/yuanfy/blog/378130
總結
以上是生活随笔為你收集整理的Hiberante+jpa,注解生成32字符的Id的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 用iptables自动封连接数较大的IP
- 下一篇: jQuery源码dom ready分析