使用intellj idea的hibernate生成注解实体类

先创建一个java工程

添加hibernate属性,生成hibernate的配置文件

使用intellj idea的hibernate生成注解实体类

 使用intellj idea的hibernate生成注解实体类

 

 

连接数据库

使用intellj idea的hibernate生成注解实体类

 

 

 点击连接到注解配置页面

使用intellj idea的hibernate生成注解实体类

 

 

使用intellj idea的hibernate生成注解实体类

 

 

使用intellj idea的hibernate生成注解实体类

 

 

完成之后就生成实体类了。但是他的外键的一些关系还要添加一些依赖

 

如我们上面的courier类就成为了如下

 使用intellj idea的hibernate生成注解实体类

 

 修改添加懒加载等

使用intellj idea的hibernate生成注解实体类

 

使用intellj idea的hibernate生成注解实体类

上一篇:7 apache和nginx的区别


下一篇:PHP在使用MVC模式编写页面时,include的view页面后加载不上CSS样式问题的原因及解决方法?