使用hibernate tools插件生成POJO
使用hibernate tools插件生成POJO
?
然后 next,配置console文件:
?
?
3.创建reverse文件
?
选中项目,右键-》new-》other-》hibernate-》hibernate reverse engineering file
?
下一步,配置要生成POJO对应的表:
?
4.反向工程创建pojo
?
在hibernate code generation configuration菜单中配置
?
?
?
执行run后便生成了相应的pojo文件:
?
?
?
一般自动生成的mapping文件(XXX.hbm.xml)都需要修改后才能使用。
?