Creating a Repository
Learn how to create a repository to perform the CRUD operations using Spring's template patterns.
We'll cover the following...
In this lesson, we’ll look into how Spring Data will help us read and write to MongoDB.
People have explored standardizing NoSQL data stores, but the effort hasn’t accomplished much yet. That’s because every NoSQL engine is different. They each have their own quirks, variances, strengths, and weaknesses. Attempting to standardize them all with a single API tends to drive things toward the lowest common denominator.
This doesn’t sound very encouraging. Let’s take a look at what Spring Data does to avoid this problem!