Example usage for org.springframework.data.crossstore ChangeSetPersister interface-usage

List of usage examples for org.springframework.data.crossstore ChangeSetPersister interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.crossstore ChangeSetPersister interface-usage.

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";