Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#366426, NoSQL external ConnectionFactory support, fixes to collections

SVN trunk commit: Bug#366426, NoSQL external ConnectionFactory support, fixes to collections

 

Code review: Andrei

 

Changes:

-          Added test for composite id

-          Added test for OneToMany, ManyToMany, MapKey

-          Added test for external ConnectionFactory

-          Fixed JoinFields to be JoinField not Field

-          Added JPA persistence unit property "eclipselink.nosql.connection-factory" to use external ConnectionFactory

-          Fixed EISOneToMany to work with mapped data, fixed to allow generated selection query

-          Fixed JPA to allow non-String properties

-          Fixed composite collection/direct collection m! appings to use ArrayCollectionMappingHelper to merge/compare correctly.

-          Fixed JPA metadata processing of EISOneToMany mapping and ContainerMappings


Back to the top