3

I just bougth JPA Buddy plugin for Intellij Idea. It doesn't copy table and column comments into generated Entity from DB. In my case I use Postgres. I know that such posibility exists in Jboss tools revers engendering. https://developer.jboss.org/message/819421#819421

1 Answers1

1

There is a ticket in the JPA Buddy issue tracker: https://issues.jpa-buddy.com/issue/JPAB-1954/Support-orghibernateannotationsComment-annotation.

P.S. Would be nice if you could share the way you want comments to appear in the entity class as @Comment or as a JavaDoc.

aleksey.stukalov
  • 706
  • 4
  • 16