- 
                Notifications
    You must be signed in to change notification settings 
- Fork 98
Open
Description
I want to migrate your existing greenDAO data to ObjectBox.
// note example
List<com.example.app.daos.greendao.Note> notes = daoSession.getNoteDao().loadAll();
List<Note> convertedNotes = convertToObjectBoxNotes(notes);
daoCompatSession.getNoteDao().insertInTx(convertedNotes);
GreenDao is promoted to ObjectBox, I don’t know how to convert ‘converttoObjectBoxnotes’. Can you provide a specific instance?
Metadata
Metadata
Assignees
Labels
No labels