List of usage examples for org.springframework.data.crossstore ChangeSetPersister interface-usage
From source file org.springframework.data.mongodb.crossstore.MongoChangeSetPersister.java
public class MongoChangeSetPersister implements ChangeSetPersister<Object> { private static final String ENTITY_CLASS = "_entity_class"; private static final String ENTITY_ID = "_entity_id";