How to specify SQL comments through EclipseLink annotations?

Is it possible to specify SQL comments through special EclipseLink annotations?

Comments for tables and columns.

According to How to specify SQL comments via JPA annotations? There is no way to do this through JPA. But maybe there is a special way to EclipseLink?

+3
source share
1 answer

According to EclipseLink developers , there is currently no way to archive this, not even using native methods.

+1
source

All Articles