Example usage for org.springframework.data.mongodb.core MongoOperations interface-usage

List of usage examples for org.springframework.data.mongodb.core MongoOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.mongodb.core MongoOperations interface-usage.

Usage

From source file org.springframework.data.mongodb.core.MongoTemplate.java

/**
 * Primary implementation of {@link MongoOperations}.
 * 
 * @author Thomas Risberg
 * @author Graeme Rocher
 * @author Mark Pollack