User Dao
interface UserDao
Data Access Object (DAO) for interacting with the local database regarding UserRoomEntity. Defines methods to perform CRUD (Create, Read, Update, Delete) operations on user entities.
Functions
Link copied to clipboard
Deletes a user entity from the database.
Link copied to clipboard
Link copied to clipboard
Retrieves a user entity by its remote identifier from the database.
Link copied to clipboard
Link copied to clipboard
Retrieves a list of user entities along with associated planet entities from the database.
Link copied to clipboard
Inserts a single user entity into the database. If a conflict arises, the existing entry is replaced.
Link copied to clipboard
Inserts a list of user entities into the database. If a conflict arises, the existing entries are replaced.
Link copied to clipboard
Updates an existing user entity in the database.