@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.