Uses of Class
io.github.marcopaglio.booking.repository.mongo.MongoRepository
Package
Description
Contains implementations for using the repository layer through MongoDB
for entities of the booking application.
-
Uses of MongoRepository in io.github.marcopaglio.booking.repository.mongo
Modifier and TypeClassDescriptionclass
Implementation of repository layer through MongoDB for Client entities of the booking application.class
Implementation of repository layer through MongoDB for Reservation entities of the booking application.