Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 249037: JPA 2.0 persisting list item index. The second core patch checked into trunk.

 
What's added in the patch:
1. Functionality to find and fix "holes" in order in the db;
2. Functionality to query by order index;
3. Support for list order field in secondary table (SALARY table for
Employee class).

What is not done yet, but soon will be done.
1. No JPA support (neither feature nor tests)

What likely won't be done any time soon.
1. No duplicate support - except DirectCollectionMapping.
Code review by James is pending.
 
Please send the feedback.
 
Thanks,
 
Andrei

Back to the top