|
|
@@ -60,11 +60,11 @@ public class DaoSession extends AbstractDaoSession {
|
|
|
downLoadInfoDaoConfig = daoConfigMap.get(DownLoadInfoDao.class).clone();
|
|
|
downLoadInfoDaoConfig.initIdentityScope(type);
|
|
|
|
|
|
- channelDao = new ChannelDao(channelDaoConfig, DaoSession.this);
|
|
|
- currentDao = new CurrentDao(currentDaoConfig, DaoSession.this);
|
|
|
- userDao = new UserDao(userDaoConfig, DaoSession.this);
|
|
|
- appdownloadBeanDao = new AppdownloadBeanDao(appdownloadBeanDaoConfig, DaoSession.this);
|
|
|
- downLoadInfoDao = new DownLoadInfoDao(downLoadInfoDaoConfig, DaoSession.this);
|
|
|
+ channelDao = new ChannelDao(channelDaoConfig, this);
|
|
|
+ currentDao = new CurrentDao(currentDaoConfig, this);
|
|
|
+ userDao = new UserDao(userDaoConfig, this);
|
|
|
+ appdownloadBeanDao = new AppdownloadBeanDao(appdownloadBeanDaoConfig, this);
|
|
|
+ downLoadInfoDao = new DownLoadInfoDao(downLoadInfoDaoConfig, this);
|
|
|
|
|
|
registerDao(Channel.class, channelDao);
|
|
|
registerDao(Current.class, currentDao);
|