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
Post a Comment