Skip to content

Instantly share code, notes, and snippets.

@deepanshu42
Created May 23, 2020 08:42
Show Gist options
  • Select an option

  • Save deepanshu42/dfd5ba398ccb06247627852ce62853ed to your computer and use it in GitHub Desktop.

Select an option

Save deepanshu42/dfd5ba398ccb06247627852ce62853ed to your computer and use it in GitHub Desktop.
Room Generated code for UserDatabase
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