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) {
|
private void comment(StringBuilder declaration) {
|
||||||
declaration
|
declaration
|
||||||
.append("\n/**");
|
.append("\n/**");
|
||||||
|
declaration
|
||||||
|
.append("\n * Execute the query {@value #")
|
||||||
|
.append(getConstantName())
|
||||||
|
.append("}.")
|
||||||
|
.append("\n *");
|
||||||
see( declaration );
|
see( declaration );
|
||||||
declaration
|
declaration
|
||||||
.append("\n **/\n");
|
.append("\n **/\n");
|
||||||
|
|
Loading…
Reference in New Issue