HHH-16633 improve jdoc for query methods
This commit is contained in:
parent
ded5451436
commit
ec830945e6
|
@ -239,6 +239,11 @@ public class QueryMethod extends AbstractQueryMethod {
|
|||
private void comment(StringBuilder declaration) {
|
||||
declaration
|
||||
.append("\n/**");
|
||||
declaration
|
||||
.append("\n * Execute the query {@value #")
|
||||
.append(getConstantName())
|
||||
.append("}.")
|
||||
.append("\n *");
|
||||
see( declaration );
|
||||
declaration
|
||||
.append("\n **/\n");
|
||||
|
|
Loading…
Reference in New Issue