fix Javadoc warning
This commit is contained in:
parent
46430a4698
commit
eedcab3c17
|
@ -47,7 +47,7 @@ import jakarta.persistence.TemporalType;
|
|||
* and ordinal parameters defined by the query.
|
||||
* </ul>
|
||||
* <pre>
|
||||
* session.createMutationQuery("delete Draft where lastUpdated < local date - ?1 year")
|
||||
* session.createMutationQuery("delete Draft where lastUpdated < local date - ?1 year")
|
||||
* .setParameter(1, years)
|
||||
* .executeUpdate();
|
||||
* </pre>
|
||||
|
|
Loading…
Reference in New Issue