I know how to fetch data from server and store in Table using Defining Query from OfflineODataProvider instance
now i need to know how to insert data to offline store without using Defining query.
Requirement
We have api to get list of data and show in RecyclerView when user is offline . requirement is store same list of data into offline store manually (without triggering Request Queue) how we do it in Room Database concept .