Uses of Class
io.github.marcopaglio.booking.repository.mongo.MongoRepository
Packages that use 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
Subclasses of MongoRepository in io.github.marcopaglio.booking.repository.mongoModifier 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.