CustomVehicleModelsRepository
interface CustomVehicleModelsRepository
Defines a repository to handle custom vehicle models that are saved in local database. The database is isolated from the one used in BeMapVehicleRepository.
Inheritors
Functions
Link copied to clipboard
Adds a VehicleModel to the database of this repository. Its primary key (id) will automatically be generated by Room.
Link copied to clipboard
Deletes a VehicleModel from the database of this repository
Link copied to clipboard
Gets a VehicleModel from the database of this repository.
Link copied to clipboard
Gets all VehicleModel saved in the database of this repository.
Link copied to clipboard
Updates a VehicleModel from the database of this repository