Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 IntelliJ IDEA 中使用 JPA 注释自定义 Hibernate Entity 生成。默认情况下,POJO 具有方法 accessType(在 getter 中),在表注释中添加模式信息,并且所有注释都不会导入,而是在适当位置展开。还有方法和参数的排序稍有偏差(属性声明、getter 和 setter)。
注意:我使用的是 IntelliJ 版本 11。
在生成之前,您必须在 persistence.xml 附近添加默认的 orm.xml,请参见以下链接:
IDEA-64709 JPA:生成字段访问