About Assignments::AutoRentals Support::DB

This project contains database constructs that inject Auto and Renter repositories.

Project Modules

This project has declared the following modules:

Name Description
Assignments::AutoRenters Support::DB::Client This module provides extensions to the API client module that include new topic(s) introduced with the DB tier.
Assignments::AutoRentals Support::DB::Assignment This project contains tests meant for the DB assignment practice usecases. This is a slight break from the end-to-end development to work on individual levels of each persistence tier.
Assignments::AutoRenters Support::DB::Pageable Service This project provides controllers that implement PageDTO capabilities. The implementation is persistence-agnostic. See the JPA and Mongo variant (which depend on this module) for examples that leverage JPA and Mongo persistence. Depend on this project to get assignment constructs like the BO and Mapper marker interfaces. It also provides the controller extensions for Auto and Renter Paging.
Assignments::AutoRenters Support::DB::JPA Service This project provides repository constructs to demonstrate injection of persistence-backed Auto and Renter Repositories into the application. It is meant to be complete and usable. It is not a skeleton project.
Assignments::AutoRenters Support::DB::Mongo Service This project provides repository constructs to demonstrate injection of persistence-backed Auto and Renter Repositories into the application. It is meant to be complete and usable. It is not a skeleton project.