Trade-offs
Understand the advantages and disadvantages of various Spring Data MongoDB access methods such as standard CRUD operations, custom finders, query by example, and MongoOperations. This lesson helps you evaluate these techniques to build efficient reactive data access layers in Spring Boot.
We'll cover the following...
We'll cover the following...
Spring Data MongoDB methods
In exploring Spring Data MongoDB, we’ve seen:
-
Standard CRUD methods (
findAll...