It would be useful to have a way to layer an unselected Changeset on top of a SelectByPrimaryKey implementation, so that you could select through the changeset.
This will be part of 0.4: http://bitbucket.org/thiloplanz/opencabinet/changeset/745a0942e867/
public SelectByPrimaryKey selectThroughChangeset(final SelectByPrimaryKey source);
will give you a SelectByPrimaryKey implementation backed by first the changeset, and then the given source data.
Log in to post a comment.
This will be part of 0.4:
http://bitbucket.org/thiloplanz/opencabinet/changeset/745a0942e867/
public SelectByPrimaryKey selectThroughChangeset(final SelectByPrimaryKey source);
will give you a SelectByPrimaryKey implementation backed by first the changeset, and then the given source data.