October 2018
Intermediate to advanced
556 pages
15h 18m
English
As described previously in this chapter, Spring Data has excellent support for MongoDB. The Spring Data Reactive MongoDB module may be enabled with the spring-boot-starter-data-mongodb-reactive Spring Boot starter module. Reactive MongoDB support provides a reactive repository. The ReactiveMongoRepository interface defines the basic repository contract. The repository inherits all the features of ReactiveCrudRepository and adds support for QBE. Also, the MongoDB repository supports custom queries with the @Query annotation and additional query configuration with the @Meta annotation. The MongoDB repository supports query generation from a method name if it follows the naming convention.
Another distinct feature ...
Read now
Unlock full access