Interface ChangeSetPersister<K>

Type Parameters:
K - entity key

public interface ChangeSetPersister<K>
Interface to be implemented by classes that can synchronize between data stores and ChangeSets.
Author:
Rod Johnson