Details
Description
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.
Attachments
Issue Links
- is part of
-
OPENJPA-1074 OrderColumn does not maintain index upon inter-list element removal - Phase 1
- Closed