We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded5451 commit ec83094Copy full SHA for ec83094
tooling/metamodel-generator/src/main/java/org/hibernate/jpamodelgen/annotation/QueryMethod.java
@@ -239,6 +239,11 @@ private List<String> parameterTypes() {
239
private void comment(StringBuilder declaration) {
240
declaration
241
.append("\n/**");
242
+ declaration
243
+ .append("\n * Execute the query {@value #")
244
+ .append(getConstantName())
245
+ .append("}.")
246
+ .append("\n *");
247
see( declaration );
248
249
.append("\n **/\n");
0 commit comments