Uses of Class
crms.lib.Database
Packages that use Database
-
Uses of Database in crms.lib
Modifier and TypeClassDescriptionclassTheCarDatabaseclass manages the collection of recordedCarobjects in the local database and performs various operations related to them.classTheRentalDatabaseclass is responsible for managing rental operations including fetching recordedRentalobjects from the local database, checking car availability, and generating rental reports.Modifier and TypeMethodDescriptionCarManager.getDatabase()Gets the car database.RentalManager.getDatabase()Gets the rental database.ModifierConstructorDescriptionCarFactory(Database<Car> carDatabase) Constructs aCarFactoryobject.CarManager(Database<Car> carDatabase, Database<Rental> rentalDatabase) Constructs aCarManagerwith the specified car and rental databases.RentalManager(Database<Rental> database) Constructs aRentalManagerwith the specified rental database.