commit | d0715544ea2e815c83b0eb941755377355e762a3 | [log] [tgz] |
---|---|---|
author | David Minsky <david.minsky@oracle.com> | Tue Oct 04 11:50:41 2016 -0400 |
committer | David Minsky <david.minsky@oracle.com> | Tue Oct 04 11:50:41 2016 -0400 |
tree | e280b9cb4d8bffb86284ec41f58cc339354fe0fc | |
parent | d2f27adf55a55f3116083becc7461bcb2b670199 [diff] |
Bug 502085 - @OneToMany with @OrderColumn contains a null element after specific scenario - Corrected code in ObjectChangeSet getTargetVersionOfSourceObject() to allow a creation of an original object for a uow clone (if one does not exist) for an ObjectChangeSet representing a new object - Testing: added testNullValueInCollectionWithOrderColumn to AdvancedJPAJunitTest, with specific entities: OrderedEntityA & OrderedEntityZ Reviewed-by: Lukas Jungmann <lukas.jungmann@oracle.com> Signed-off-by: David Minsky <david.minsky@oracle.com>
The EclipseLink project's goal is to provide a complete persistence framework that is both comprehensive and universal. It will run in any Java environment and read and write objects to virtually any type of data source, including relational databases, XML, JSON, or EIS systems. EclipseLink will focus on providing leading edge support, including advanced feature extensions, for the dominant persistence standards for each target data source; Java Persistence API (JPA) for relational databases, Java API for XML Binding (JAXB) for XML, Java Connector Architecture (JCA) for EIS and other types of legacy systems, and Service Data Objects (SDO).