How to get table and columns comment in JPA Buddy revers engendering

294 Views Asked by At

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

There are 1 best solutions below

4
aleksey.stukalov On

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.