RoomDAOProvider

@Module
object RoomDAOProvider

Provides room-generated implementations of data access objects (DAOs) used to interact with the persistence layer. This module is installed in the SingletonComponent.

Functions

Link copied to clipboard

Provides the DAO for interacting with the AdministrativeUnitName table in the database.

Link copied to clipboard

Provides the DAO for interacting with the CartographicBoundary table in the database.

Link copied to clipboard
@Provides
fun provideImageDAO(context: Context): ImageDAO

Provides the DAO for interacting with the Image table in the database.