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 b03b25e commit 863dff5Copy full SHA for 863dff5
hibernate-core/src/main/java/org/hibernate/sql/model/ast/ColumnWriteFragment.java
@@ -16,7 +16,7 @@
16
17
/**
18
* Models a column's value expression within the SQL AST. Used to model:<ul>
19
- * <li>a column's new value in a SET clause</li>
+ * <li>a new column's value in an INSERT clause</li>
20
* <li>a column's new value in a SET clause</li>
21
* <li>a column's old value in a restriction (optimistic locking)</li>
22
* </ul>
0 commit comments