基于按annotation的hibernate主键生成策略
转载自:http://xiaogui9317170.iteye.com/blog/283526,仅供学习这里讨论代理主键,业务主键(比如说复合键等)这里不讨论。 一、JPA通用策略生成器 通过annotation来映射hibernate实体的,基于annotation的hibernate主键标识为@Id, 其生成规则由@GeneratedValue设定的.这里的@id和@GeneratedVa...
原创
2012-03-28 07:54:13 ·
85 阅读 ·
0 评论