[
https://issues.apache.org/jira/browse/OPENJPA-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846989#action_12846989
]
Albert Lee commented on OPENJPA-1582:
-------------------------------------
It is related. The old JIRA has fixed what it is intent but it has surfaced
the new minor concern, hence the new JIRA is opened.
Albert Lee.
--
Albert Lee.
> @OrderColumn(updatable=false) may have the order column field updated
> ---------------------------------------------------------------------
>
> Key: OPENJPA-1582
> URL: https://issues.apache.org/jira/browse/OPENJPA-1582
> Project: OpenJPA
> Issue Type: Bug
> Components: jdbc
> Affects Versions: 2.0.0-beta2
> Reporter: Albert Lee
> Priority: Minor
>
> When a collection with orderColumn set updatable=false,
> @ElementCollection//(fetch=FetchType.EAGER)
> @OrderColumn(updatable=false)
> private List<String> nonUpdableAnnotatedElements;
> when collection element is updated, the order column processing performs a
> delete/insert sequence. The problem is that the implicit order column field
> is also updated while updatable=false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.