[
https://issues.apache.org/jira/browse/OPENJPA-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashish Paliwal updated OPENJPA-1128:
------------------------------------
Attachment: OPENJPA-1128-2.0.0.patch
OPENJPA-1128-2.0.0_TestCases.patch
The test case files contains a basic test case to check whether the object map
can be partitioned among different slices and retrieved successfully in case of
OneToOne eager unidirectional join.
> Collocation constraint in case of OneToOne unidirectional Eager join.
> ---------------------------------------------------------------------
>
> Key: OPENJPA-1128
> URL: https://issues.apache.org/jira/browse/OPENJPA-1128
> Project: OpenJPA
> Issue Type: New Feature
> Components: slice
> Affects Versions: 2.0.0
> Environment: Windows, openjpa 2.0.0
> Reporter: Ashish Paliwal
> Attachments: OPENJPA-1128-2.0.0.patch,
> OPENJPA-1128-2.0.0_TestCases.patch
>
>
> In case of OneToOne eager unidirectional join, collocation constraint holds
> currently. This means, say we have 2 entities Person and Address, then both
> Person and its related address needs to be in the same slice.
> This feature is to remove this restriction in case of OneToOne eager
> unidirectional join.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.