You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2010/08/04 01:10:16 UTC

[jira] Created: (OPENJPA-1758) Allow instance to be distributed by its references' attributes

Allow instance to be distributed by its references' attributes
--------------------------------------------------------------

                 Key: OPENJPA-1758
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1758
             Project: OpenJPA
          Issue Type: Improvement
          Components: slice
            Reporter: Pinaki Poddar
            Assignee: Pinaki Poddar
             Fix For: 2.1.0


The current distribution policy requires that target slice be determinable when the managed instance instance enters the persistence context. However, if the target slice for an instance X is determined by some attribute of Y which is referred by X -- then at the time of invocation the target slice for X may not be determinable. This improvement will allow the policy to return null, so that the target slice can be determined when the instance is being flushed to the datastore.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.