grouping the finding paramters
Status: Pre-Alpha
Brought to you by:
bcode
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);