根据数据表自动生成bean及hbm文件

1、给工程加Spring capability;
   a、选择Add checked Libraries to ……   ,下一步
    b、如果已有applicationContext.xml,选择Existing,否则选择New,下一步
   c、在folder中选择bean包
2、给工程加Hibernate capability;
   a、选择Add checked Libraries,下一步
    b、选择Spring configuration file,下一步
    c、选择Existing Spring configuration file,在SessionFactoryID中输入"sessionFactory",下一步
   d、在Bean Id 中输dataSource,选择DB Profile
   e、Create SessionFactory class 的选勾去掉。
3、切换到Hibernate视图
4、连接数据库,并选择表,点右键,选择Hibernate Reverse Engineering...
5、选择第一(Hibernate mapping file)和第二个选项(POJO),下一步
6、选择Java types,在ID Gernerator中选择indetity,下一步
7、在Class name中输入包名+类名,如 com.area.bean.Nexus,finash

你可能感兴趣的:(spring,C++,c,Hibernate,bean)