[hibernate-issues] [Hibernate-JIRA] Created: (HSHARDS-58) Increase power of ShardResolutionStrategy interface by passing the object itself ...

Colbert Philippe (JIRA) noreply at atlassian.com
Sat Feb 28 10:09:38 EST 2009


Increase power of ShardResolutionStrategy interface by passing the object itself ...
------------------------------------------------------------------------------------

                 Key: HSHARDS-58
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSHARDS-58
             Project: Hibernate Shards
          Issue Type: Improvement
            Reporter: Colbert Philippe
            Assignee: Max Ross


Interface ShardResolutionStrategy has a single method to determine what the list of shard indexes where an object might be located.   Unfortunately, the method is passed only the 1) entity name and 2) the object id that we need to be saved.

I find that this is too limiting.  The method should pass the object itself that we need to determine the list of shards.   Passing the object itself would give much more programming possibilities.

An example of that is the following:  I am persisting a class called User.  My shard strategy saves User objects according to their home state.   The attribute home state in located in the object itself.   We know that the US has 50 states.   Some states are much bigger than others.   My application has several shards for bigger states.   In order to determine the set of shards where a User object might be located, it is critical that I have the home state where the User resides.

SOLUTION:  Class ShardResolutionStrategyData should also have a new attribute with the instance of the object for which we want to determine the set of shards where the object might be located.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list