java - How to specify SQL comments through JPA annotations? -



java - How to specify SQL comments through JPA annotations? -

is there way specify sql comments through jpa annotations? comments tables , columns.

is there way specify sql comments through jpa annotations? comments tables , columns.

no. if want define tables , columns comments, best alternative after facts in generated ddl, before executing against database.

java orm jpa

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -