-----Original Message-----Andrei Ilitchev Monday, March 09, 2009 5:03 PMDev mailing list for Eclipse Persistence ServicesRe: [eclipselink-dev] Minutes: Functional Discussion Orderedyou saying that two rows in the db with order values 0 2 should be as a list of 3 elements with null in the middle?Original Message ----- "Michael Keith" <MICHAEL.KEITH@xxxxxxxxxx>"Dev mailing list for Eclipse Persistence Services" <eclipselink-dev@xxxxxxxxxxx>Monday, March 09, 2009 4:31 PMRE: [eclipselink-dev] Minutes: Functional Discussion Ordered couldn't be at the meeting.case that I wanted to mention is the null value case.example:l = new ArrayList();null);the order of obj1 to be 0 abd obj3 to be 2.re-read the list would be (obj1, null, obj3).comments below...
-----Original Message-----Peter KroghMonday, March 09, 2009 2:45 PMeclipselink-dev@xxxxxxxxxxx[eclipselink-dev] Minutes: Functional Discussion - OrderedIssues:Non Contiguous Index valuesResolution: include the expected index in the where clause. If thefails, assume that the list is non-contiguous.the list.
Could it also be a list manipulation collision and be theof an optimistic lock exception?
1.3.2.2 Indexing new elements in un-instantiated IndirectListsResolution: Don't support un-instantiated IndirectLists withList.OrderColumn tableResolution: One to Many: support OrderColumn on any Target table Join Table: only support OrderColumn on Join Table Throw an exception if any other table is specified.
Okay.
1.3.2.4 Duplicate supportResolution: Looking into Duplicates now. Will determine impact of supporting Duplicates as furtheris done. Duplicates with Private Owned an issue.
Spec does not enumerate the duplicates issue.
1.3.2.5 "Two-way" order supportEmployee.projects and Projects.employees; say add ORDER_EMPORDER_PROJ fields to the join table?Resolution: We are not at this time supporting a different ordering onmappings sharing the same join table (one being read only).
Spec is silent on having ordered Lists on both sides of an m-m.be worth mentioning in the spec, though.
1.3.2.6 Constraints in the DB - is that possible?Resolution: Log a Doc Bug: can't make index column part of the PK.Target optimistic lockingResolution: Only uni-directional, use the flags that already exist onMapping. Move the flags to OneToMany.Message-----Peter KroghMonday, March 09, 2009 9:11 AMeclipselink-dev@xxxxxxxxxxxRE: Functional Discussion - Ordered Listswill use the call in information described here:http://wiki.eclipse.org/EclipseLink/Development/DevMeetingsMessage-----Peter KroghThursday, March 05, 2009 3:39 PMeclipselink-dev@xxxxxxxxxxxFunctional Discussion - Ordered Listspropose that we have a dicussion on the functionalof Ordered Lists.doc with open issues is here: