Skip to content

Commit 0617838

Browse files
committed
Corrected the annotation at insertable.
The insertable property is in @column.
1 parent 6866f09 commit 0617838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/query/batch-insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Insert target property
5959
insertable
6060
~~~~~~~~~~
6161

62-
The ``insertable`` property within ``@BatchInsert`` annotation that is specified ``false`` is excluded from insert target if :doc:`../entity` has property that is annotated with ``@Column``.
62+
The ``insertable`` property within ``@Column`` annotation that is specified ``false`` is excluded from insert target if :doc:`../entity` has property that is annotated with ``@Column``.
6363

6464
exclude
6565
~~~~~~~

0 commit comments

Comments
 (0)