Skip to content
#

idea-plugin

Here are 263 public repositories matching this topic...

基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。

  • Updated Sep 15, 2021
  • Java
FourLeafTec
FourLeafTec commented Jul 31, 2021

Describe the bug (描述这个Bug)

根据这篇文章的描述,在某些特定行为,比如使用一对多(@OneToMany)的情况下lombok的默认的@EqualsAndHashCode似乎会造成严重的内存和性能消耗,并且也应该适当限制@tostring注解的使用

jpa buddy也会对这种使用方式提出警告

我看了看模版,通过修改模版似乎也不好解决这个问题

Expected behavior (期望的行为)

希望把@DaTa换成@getter @Setter @tostring @RequiredArgsConstructor 的注解组合并且添加单独的equals()和hashCode()实现

equals

Improve this page

Add a description, image, and links to the idea-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the idea-plugin topic, visit your repo's landing page and select "manage topics."

Learn more