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

Hibernate 习题

2012-09-22 
Hibernate 练习题1.写个xml配置的helloword2.写个annotation的helloword3.验证(validate | update | creat

Hibernate 练习题
1.写个xml配置的helloword
2.写个annotation的helloword
3.验证(validate | update | create | create-drop)四个参数
   检查 | 更新表结构 | 创建 | 创建,session失效后 drop
<property name="hbm2ddl.auto">update</property>

热点排行