Planet Dao
interface PlanetDao
Data Access Object (DAO) for interacting with the local database regarding PlanetRoomEntity. Defines methods to perform CRUD (Create, Read, Update, Delete) operations on planet entities.
Functions
Link copied to clipboard
Deletes a planet entity from the database.
Link copied to clipboard
Retrieves a planet entity by its remote identifier from the database.
Link copied to clipboard
Link copied to clipboard
Retrieves all planet entities associated with a user's remote identifier from the database.
Link copied to clipboard
Inserts a single planet entity into the database. If a conflict arises, the operation is ignored.
Link copied to clipboard
Inserts a list of planet entities into the database. If a conflict arises, the operation is ignored.
Link copied to clipboard
Removes all planet entities associated with a user's remote identifier from the database.
Link copied to clipboard
Updates an existing planet entity in the database.