app / sg.edu.ntu.scse.cz2006.gymbuddies.data

Package sg.edu.ntu.scse.cz2006.gymbuddies.data

Types

CarPark

Data Model for entity 'hdbcarparks' in the Room database. For sg.edu.ntu.scse.cz2006.gymbuddies.data in Gym Buddies! the object represent a row of record on 'hdbcarparks' table in room database

open class CarPark

CarParkDao

Data Accessing Object for entity 'hdbcarparks' in the Room database.

interface CarParkDao

GBDatabase

Room database for Gym Buddy app it uses singleton design pattern, it will only create one instance at all time schema information will be exported to '../app/schemas/' whenever database version update

abstract class GBDatabase : RoomDatabase