Menu

#23 grouping the finding paramters

open
nobody
5
2009-05-08
2009-05-08
No

instead (or in addition, not to break backwards compatibility) shouldn't an object contaning parameters for domain,table and id be created and that sent to the api?

public class RecordIdentity{
private Serializable domain;
private Serializable table;
private Serializable key;
.. getters and setters
}
storage.put (recordIdentity,record);

Discussion


Log in to post a comment.

MongoDB Logo MongoDB