一个简单的User类
[img]http://dl.iteye.com/upload/attachment/334887/55d18289-987c-38d5-b914-f29366c60ea3.jpg[/img]
相应的xml文件User.hbm.xml文件
[img]http://dl.iteye.com/upload/attachment/334890/5a63bfed-8f91-372b-a5e8-616097749fba.jpg[/img]
Hibernate核心配置hibernate.cfg.xml里面配了与数据库连接以及各种Mapping(映射)
[img]http://dl.iteye.com/upload/attachment/334893/f26990b5-a191-3a63-ae8b-c63c5e812ff7.jpg[/img]
测试类
[img]http://dl.iteye.com/upload/attachment/334898/7889141d-8439-35ec-b082-4ea6587fd0da.jpg[/img]
[img]http://dl.iteye.com/upload/attachment/334887/55d18289-987c-38d5-b914-f29366c60ea3.jpg[/img]
相应的xml文件User.hbm.xml文件
[img]http://dl.iteye.com/upload/attachment/334890/5a63bfed-8f91-372b-a5e8-616097749fba.jpg[/img]
Hibernate核心配置hibernate.cfg.xml里面配了与数据库连接以及各种Mapping(映射)
[img]http://dl.iteye.com/upload/attachment/334893/f26990b5-a191-3a63-ae8b-c63c5e812ff7.jpg[/img]
测试类
[img]http://dl.iteye.com/upload/attachment/334898/7889141d-8439-35ec-b082-4ea6587fd0da.jpg[/img]