Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/JPA/Collectionordering

< EclipseLink‎ | Examples‎ | JPA
Revision as of 16:14, 13 May 2008 by Unnamed Poltroon (Talk) (Maintain Collection Ordering)

Maintain Collection Ordering

In some applications it is valuable to maintain collection ordering within the Java application. JPA provides support for ordering the target of a collection mapping (OneToMany, ManyToMany) but the order is not preserved in-memory.

Back to the top