首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

JPA annotation 学习札记(一)

2012-10-29 
JPA annotation 学习笔记(一)假设我们的表结构为:(mysql)@Entity@Table(namet_creditcard)public class

JPA annotation 学习笔记(一)
假设我们的表结构为:(mysql)

@Entity@Table(name="t_creditcard")public class CreditCard{}

该写法以上测试全部通过。

热点排行