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

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -