Created
May 23, 2020 08:42
-
-
Save deepanshu42/dfd5ba398ccb06247627852ce62853ed to your computer and use it in GitHub Desktop.
Room Generated code for UserDatabase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public final class UserDatabase_Impl extends UserDatabase { | |
| private volatile UserDao _userDao; | |
| @Override | |
| protected SupportSQLiteOpenHelper createOpenHelper(DatabaseConfiguration configuration) { | |
| //Implementation | |
| } | |
| @Override | |
| protected InvalidationTracker createInvalidationTracker() { | |
| //Implementation | |
| } | |
| @Override | |
| public void clearAllTables() { | |
| //Implementation | |
| } | |
| @Override | |
| public UserDao userDao() { | |
| //Implementation | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment