GameDao.smali

.class public Lcom/sandboxol/greendao/entity/GameDao;
.super Lorg/greenrobot/greendao/a;
.source "GameDao.java"


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/sandboxol/greendao/entity/GameDao$Properties;
    }
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Lorg/greenrobot/greendao/a<",
        "Lcom/sandboxol/greendao/entity/Game;",
        "Ljava/lang/String;",
        ">;"
    }
.end annotation


# static fields
.field public static final TABLENAME:Ljava/lang/String; = "GAME"


# instance fields
.field private final authorInfoConverter:Lcom/sandboxol/greendao/b/a;

.field private final bannerPicConverter:Lcom/sandboxol/greendao/b/s;

.field private final commentListConverter:Lcom/sandboxol/greendao/b/G;

.field private final gameBannerVideoInfosConverter:Lcom/sandboxol/greendao/b/c;

.field private final gameFastStartModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

.field private final gameHallModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

.field private final gamePartyModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

.field private final gamePayInfoConverter:Lcom/sandboxol/greendao/b/i;

.field private final gameTypesConverter:Lcom/sandboxol/greendao/b/s;

.field private final latestResVersionsConverter:Lcom/sandboxol/greendao/b/B;

.field private final realPlayGameListConverter:Lcom/sandboxol/greendao/b/A;

.field private final warmUpResponseConverter:Lcom/sandboxol/greendao/b/j;


# direct methods
.method public constructor <init>(Lorg/greenrobot/greendao/c/a;)V
    .registers 2

    .line 1
    invoke-direct {p0, p1}, Lorg/greenrobot/greendao/a;-><init>(Lorg/greenrobot/greendao/c/a;)V

    .line 2
    new-instance p1, Lcom/sandboxol/greendao/b/s;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/s;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->bannerPicConverter:Lcom/sandboxol/greendao/b/s;

    .line 3
    new-instance p1, Lcom/sandboxol/greendao/b/c;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/c;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameBannerVideoInfosConverter:Lcom/sandboxol/greendao/b/c;

    .line 4
    new-instance p1, Lcom/sandboxol/greendao/b/s;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/s;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameTypesConverter:Lcom/sandboxol/greendao/b/s;

    .line 5
    new-instance p1, Lcom/sandboxol/greendao/b/i;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/i;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePayInfoConverter:Lcom/sandboxol/greendao/b/i;

    .line 6
    new-instance p1, Lcom/sandboxol/greendao/b/j;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/j;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->warmUpResponseConverter:Lcom/sandboxol/greendao/b/j;

    .line 7
    new-instance p1, Lcom/sandboxol/greendao/b/a;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/a;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->authorInfoConverter:Lcom/sandboxol/greendao/b/a;

    .line 8
    new-instance p1, Lcom/sandboxol/greendao/b/A;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/A;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->realPlayGameListConverter:Lcom/sandboxol/greendao/b/A;

    .line 9
    new-instance p1, Lcom/sandboxol/greendao/b/B;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/B;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->latestResVersionsConverter:Lcom/sandboxol/greendao/b/B;

    .line 10
    new-instance p1, Lcom/sandboxol/greendao/b/y;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/y;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameFastStartModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    .line 11
    new-instance p1, Lcom/sandboxol/greendao/b/y;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/y;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePartyModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    .line 12
    new-instance p1, Lcom/sandboxol/greendao/b/y;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/y;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameHallModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    .line 13
    new-instance p1, Lcom/sandboxol/greendao/b/G;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/G;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->commentListConverter:Lcom/sandboxol/greendao/b/G;

    return-void
.end method

.method public constructor <init>(Lorg/greenrobot/greendao/c/a;Lcom/sandboxol/greendao/entity/DaoSession;)V
    .registers 3

    .line 14
    invoke-direct {p0, p1, p2}, Lorg/greenrobot/greendao/a;-><init>(Lorg/greenrobot/greendao/c/a;Lorg/greenrobot/greendao/c;)V

    .line 15
    new-instance p1, Lcom/sandboxol/greendao/b/s;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/s;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->bannerPicConverter:Lcom/sandboxol/greendao/b/s;

    .line 16
    new-instance p1, Lcom/sandboxol/greendao/b/c;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/c;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameBannerVideoInfosConverter:Lcom/sandboxol/greendao/b/c;

    .line 17
    new-instance p1, Lcom/sandboxol/greendao/b/s;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/s;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameTypesConverter:Lcom/sandboxol/greendao/b/s;

    .line 18
    new-instance p1, Lcom/sandboxol/greendao/b/i;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/i;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePayInfoConverter:Lcom/sandboxol/greendao/b/i;

    .line 19
    new-instance p1, Lcom/sandboxol/greendao/b/j;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/j;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->warmUpResponseConverter:Lcom/sandboxol/greendao/b/j;

    .line 20
    new-instance p1, Lcom/sandboxol/greendao/b/a;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/a;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->authorInfoConverter:Lcom/sandboxol/greendao/b/a;

    .line 21
    new-instance p1, Lcom/sandboxol/greendao/b/A;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/A;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->realPlayGameListConverter:Lcom/sandboxol/greendao/b/A;

    .line 22
    new-instance p1, Lcom/sandboxol/greendao/b/B;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/B;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->latestResVersionsConverter:Lcom/sandboxol/greendao/b/B;

    .line 23
    new-instance p1, Lcom/sandboxol/greendao/b/y;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/y;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameFastStartModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    .line 24
    new-instance p1, Lcom/sandboxol/greendao/b/y;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/y;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePartyModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    .line 25
    new-instance p1, Lcom/sandboxol/greendao/b/y;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/y;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameHallModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    .line 26
    new-instance p1, Lcom/sandboxol/greendao/b/G;

    invoke-direct {p1}, Lcom/sandboxol/greendao/b/G;-><init>()V

    iput-object p1, p0, Lcom/sandboxol/greendao/entity/GameDao;->commentListConverter:Lcom/sandboxol/greendao/b/G;

    return-void
.end method

.method public static createTable(Lorg/greenrobot/greendao/b/a;Z)V
    .registers 4

    if-eqz p1, :cond_5

    const-string p1, "IF NOT EXISTS "

    goto :goto_7

    :cond_5
    const-string p1, ""

    .line 1
    :goto_7
    new-instance v0, Ljava/lang/StringBuilder;

    invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V

    const-string v1, "CREATE TABLE "

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    const-string p1, "\"GAME\" (\"GAME_ID\" TEXT PRIMARY KEY NOT NULL ,\"GAME_TITLE\" TEXT,\"GAME_NAME\" TEXT,\"GAME_COVER_PIC\" TEXT,\"BANNER_PIC\" TEXT,\"GAME_BANNER_VIDEO_INFOS\" TEXT,\"GAME_DETAIL\" TEXT,\"GAME_TYPES\" TEXT,\"APPRECIATE\" INTEGER NOT NULL ,\"GAME_MODE\" INTEGER NOT NULL ,\"VISITOR_ENTER\" INTEGER NOT NULL ,\"VERSION\" INTEGER NOT NULL ,\"IS_RANK_ONLINE\" INTEGER NOT NULL ,\"IS_SHOP_ONLINE\" INTEGER NOT NULL ,\"IS_OPEN_PARTY\" INTEGER NOT NULL ,\"IS_PAY\" INTEGER NOT NULL ,\"TURNTABLE_STATUS\" INTEGER NOT NULL ,\"TURNTABLE_REMAIN_COUNT\" INTEGER NOT NULL ,\"IS_NEW_ENGINE\" INTEGER NOT NULL ,\"IS_UGC_GAME\" INTEGER NOT NULL ,\"CURRENT_PAGE\" INTEGER NOT NULL ,\"CURRENT_SIZE\" INTEGER NOT NULL ,\"RES_VERSION\" INTEGER NOT NULL ,\"PAGE_TYPE\" INTEGER NOT NULL ,\"CREATE_TIME\" INTEGER NOT NULL ,\"COMPLEX_NUM\" INTEGER NOT NULL ,\"PRAISE_NUMBER\" INTEGER NOT NULL ,\"ONLINE_NUMBER\" INTEGER NOT NULL ,\"INDEX\" INTEGER NOT NULL ,\"GAME_UGC_TYPE\" TEXT,\"IS_HALL\" INTEGER NOT NULL ,\"IS_FAST_START\" INTEGER NOT NULL ,\"SHOW_EDIT_TOOLS\" INTEGER NOT NULL ,\"EDIT_URL\" TEXT,\"INSERTED_GAME_DETAIL\" INTEGER NOT NULL ,\"LIKE_NUM\" INTEGER NOT NULL ,\"LIKE_TYPE\" INTEGER NOT NULL ,\"LIKEABILITY\" TEXT,\"COMMENTABLE\" INTEGER NOT NULL ,\"GAME_PAY_INFO\" TEXT,\"WARM_UP_RESPONSE\" TEXT,\"AUTHOR_INFO\" TEXT,\"REAL_PLAY_GAME_LIST\" TEXT,\"LATEST_RES_VERSIONS\" TEXT,\"GAME_FAST_START_MODE_CONFIG_RESPONSES\" TEXT,\"GAME_PARTY_MODE_CONFIG_RESPONSES\" TEXT,\"GAME_HALL_MODE_CONFIG_RESPONSES\" TEXT,\"COMMENT_LIST\" TEXT);"

    invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;

    move-result-object p1

    invoke-interface {p0, p1}, Lorg/greenrobot/greendao/b/a;->c(Ljava/lang/String;)V

    return-void
.end method

.method public static dropTable(Lorg/greenrobot/greendao/b/a;Z)V
    .registers 4

    .line 1
    new-instance v0, Ljava/lang/StringBuilder;

    invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V

    const-string v1, "DROP TABLE "

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    if-eqz p1, :cond_f

    const-string p1, "IF EXISTS "

    goto :goto_11

    :cond_f
    const-string p1, ""

    :goto_11
    invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    const-string p1, "\"GAME\""

    invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;

    move-result-object p1

    .line 2
    invoke-interface {p0, p1}, Lorg/greenrobot/greendao/b/a;->c(Ljava/lang/String;)V

    return-void
.end method


# virtual methods
.method protected final bindValues(Landroid/database/sqlite/SQLiteStatement;Lcom/sandboxol/greendao/entity/Game;)V
    .registers 11

    .line 72
    invoke-virtual {p1}, Landroid/database/sqlite/SQLiteStatement;->clearBindings()V

    .line 73
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameId()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_d

    const/4 v1, 0x1

    .line 74
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 75
    :cond_d
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameTitle()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_17

    const/4 v1, 0x2

    .line 76
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 77
    :cond_17
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameName()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_21

    const/4 v1, 0x3

    .line 78
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 79
    :cond_21
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameCoverPic()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_2b

    const/4 v1, 0x4

    .line 80
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 81
    :cond_2b
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getBannerPic()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_3b

    const/4 v1, 0x5

    .line 82
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->bannerPicConverter:Lcom/sandboxol/greendao/b/s;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 83
    :cond_3b
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameBannerVideoInfos()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_4b

    const/4 v1, 0x6

    .line 84
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameBannerVideoInfosConverter:Lcom/sandboxol/greendao/b/c;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/c;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 85
    :cond_4b
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameDetail()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_55

    const/4 v1, 0x7

    .line 86
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 87
    :cond_55
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameTypes()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_66

    const/16 v1, 0x8

    .line 88
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameTypesConverter:Lcom/sandboxol/greendao/b/s;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    :cond_66
    const/16 v0, 0x9

    .line 89
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getAppreciate()Z

    move-result v1

    const-wide/16 v2, 0x1

    const-wide/16 v4, 0x0

    if-eqz v1, :cond_74

    move-wide v6, v2

    goto :goto_75

    :cond_74
    move-wide v6, v4

    :goto_75
    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0xa

    .line 90
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameMode()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0xb

    .line 91
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getVisitorEnter()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0xc

    .line 92
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getVersion()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0xd

    .line 93
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsRankOnline()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0xe

    .line 94
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsShopOnline()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0xf

    .line 95
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsOpenParty()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x10

    .line 96
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsPay()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x11

    .line 97
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getTurntableStatus()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x12

    .line 98
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getTurntableRemainCount()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x13

    .line 99
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsNewEngine()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x14

    .line 100
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsUgcGame()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x15

    .line 101
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCurrentPage()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x16

    .line 102
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCurrentSize()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x17

    .line 103
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getResVersion()J

    move-result-wide v6

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x18

    .line 104
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getPageType()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x19

    .line 105
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCreateTime()J

    move-result-wide v6

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x1a

    .line 106
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getComplexNum()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x1b

    .line 107
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getPraiseNumber()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x1c

    .line 108
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getOnlineNumber()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x1d

    .line 109
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIndex()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    .line 110
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameUgcType()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_149

    const/16 v1, 0x1e

    .line 111
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    :cond_149
    const/16 v0, 0x1f

    .line 112
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsHall()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x20

    .line 113
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsFastStart()I

    move-result v1

    int-to-long v6, v1

    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x21

    .line 114
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getShowEditTools()Z

    move-result v1

    if-eqz v1, :cond_167

    move-wide v6, v2

    goto :goto_168

    :cond_167
    move-wide v6, v4

    :goto_168
    invoke-virtual {p1, v0, v6, v7}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    .line 115
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getEditUrl()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_176

    const/16 v1, 0x22

    .line 116
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    :cond_176
    const/16 v0, 0x23

    .line 117
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getInsertedGameDetail()Z

    move-result v1

    if-eqz v1, :cond_17f

    goto :goto_180

    :cond_17f
    move-wide v2, v4

    :goto_180
    invoke-virtual {p1, v0, v2, v3}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x24

    .line 118
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLikeNum()I

    move-result v1

    int-to-long v1, v1

    invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    const/16 v0, 0x25

    .line 119
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLikeType()I

    move-result v1

    int-to-long v1, v1

    invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    .line 120
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLikeability()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_1a2

    const/16 v1, 0x26

    .line 121
    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    :cond_1a2
    const/16 v0, 0x27

    .line 122
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCommentable()I

    move-result v1

    int-to-long v1, v1

    invoke-virtual {p1, v0, v1, v2}, Landroid/database/sqlite/SQLiteStatement;->bindLong(IJ)V

    .line 123
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGamePayInfo()Lcom/sandboxol/greendao/entity/GamePayInfo;

    move-result-object v0

    if-eqz v0, :cond_1bd

    const/16 v1, 0x28

    .line 124
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePayInfoConverter:Lcom/sandboxol/greendao/b/i;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/i;->a(Lcom/sandboxol/greendao/entity/GamePayInfo;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 125
    :cond_1bd
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getWarmUpResponse()Lcom/sandboxol/greendao/entity/GameWarmUpResponse;

    move-result-object v0

    if-eqz v0, :cond_1ce

    const/16 v1, 0x29

    .line 126
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->warmUpResponseConverter:Lcom/sandboxol/greendao/b/j;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/j;->a(Lcom/sandboxol/greendao/entity/GameWarmUpResponse;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 127
    :cond_1ce
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getAuthorInfo()Lcom/sandboxol/greendao/entity/AuthorInfo;

    move-result-object v0

    if-eqz v0, :cond_1df

    const/16 v1, 0x2a

    .line 128
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->authorInfoConverter:Lcom/sandboxol/greendao/b/a;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/a;->a(Lcom/sandboxol/greendao/entity/AuthorInfo;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 129
    :cond_1df
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getRealPlayGameList()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_1f0

    const/16 v1, 0x2b

    .line 130
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->realPlayGameListConverter:Lcom/sandboxol/greendao/b/A;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/A;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 131
    :cond_1f0
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLatestResVersions()Lcom/sandboxol/greendao/entity/ResourceLatestVersionData;

    move-result-object v0

    if-eqz v0, :cond_201

    const/16 v1, 0x2c

    .line 132
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->latestResVersionsConverter:Lcom/sandboxol/greendao/b/B;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/B;->a(Lcom/sandboxol/greendao/entity/ResourceLatestVersionData;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 133
    :cond_201
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameFastStartModeConfigResponses()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_212

    const/16 v1, 0x2d

    .line 134
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameFastStartModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 135
    :cond_212
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGamePartyModeConfigResponses()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_223

    const/16 v1, 0x2e

    .line 136
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePartyModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 137
    :cond_223
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameHallModeConfigResponses()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_234

    const/16 v1, 0x2f

    .line 138
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameHallModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p1, v1, v0}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    .line 139
    :cond_234
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCommentList()Ljava/util/List;

    move-result-object p2

    if-eqz p2, :cond_245

    const/16 v0, 0x30

    .line 140
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->commentListConverter:Lcom/sandboxol/greendao/b/G;

    invoke-virtual {v1, p2}, Lcom/sandboxol/greendao/b/G;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object p2

    invoke-virtual {p1, v0, p2}, Landroid/database/sqlite/SQLiteStatement;->bindString(ILjava/lang/String;)V

    :cond_245
    return-void
.end method

.method protected bridge synthetic bindValues(Landroid/database/sqlite/SQLiteStatement;Ljava/lang/Object;)V
    .registers 3

    .line 1
    check-cast p2, Lcom/sandboxol/greendao/entity/Game;

    invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/GameDao;->bindValues(Landroid/database/sqlite/SQLiteStatement;Lcom/sandboxol/greendao/entity/Game;)V

    return-void
.end method

.method protected final bindValues(Lorg/greenrobot/greendao/b/c;Lcom/sandboxol/greendao/entity/Game;)V
    .registers 11

    .line 3
    invoke-interface {p1}, Lorg/greenrobot/greendao/b/c;->c()V

    .line 4
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameId()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_d

    const/4 v1, 0x1

    .line 5
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 6
    :cond_d
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameTitle()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_17

    const/4 v1, 0x2

    .line 7
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 8
    :cond_17
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameName()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_21

    const/4 v1, 0x3

    .line 9
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 10
    :cond_21
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameCoverPic()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_2b

    const/4 v1, 0x4

    .line 11
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 12
    :cond_2b
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getBannerPic()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_3b

    const/4 v1, 0x5

    .line 13
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->bannerPicConverter:Lcom/sandboxol/greendao/b/s;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 14
    :cond_3b
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameBannerVideoInfos()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_4b

    const/4 v1, 0x6

    .line 15
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameBannerVideoInfosConverter:Lcom/sandboxol/greendao/b/c;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/c;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 16
    :cond_4b
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameDetail()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_55

    const/4 v1, 0x7

    .line 17
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 18
    :cond_55
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameTypes()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_66

    const/16 v1, 0x8

    .line 19
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameTypesConverter:Lcom/sandboxol/greendao/b/s;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    :cond_66
    const/16 v0, 0x9

    .line 20
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getAppreciate()Z

    move-result v1

    const-wide/16 v2, 0x1

    const-wide/16 v4, 0x0

    if-eqz v1, :cond_74

    move-wide v6, v2

    goto :goto_75

    :cond_74
    move-wide v6, v4

    :goto_75
    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0xa

    .line 21
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameMode()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0xb

    .line 22
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getVisitorEnter()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0xc

    .line 23
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getVersion()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0xd

    .line 24
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsRankOnline()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0xe

    .line 25
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsShopOnline()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0xf

    .line 26
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsOpenParty()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x10

    .line 27
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsPay()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x11

    .line 28
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getTurntableStatus()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x12

    .line 29
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getTurntableRemainCount()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x13

    .line 30
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsNewEngine()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x14

    .line 31
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsUgcGame()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x15

    .line 32
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCurrentPage()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x16

    .line 33
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCurrentSize()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x17

    .line 34
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getResVersion()J

    move-result-wide v6

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x18

    .line 35
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getPageType()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x19

    .line 36
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCreateTime()J

    move-result-wide v6

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x1a

    .line 37
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getComplexNum()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x1b

    .line 38
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getPraiseNumber()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x1c

    .line 39
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getOnlineNumber()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x1d

    .line 40
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIndex()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    .line 41
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameUgcType()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_149

    const/16 v1, 0x1e

    .line 42
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    :cond_149
    const/16 v0, 0x1f

    .line 43
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsHall()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x20

    .line 44
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getIsFastStart()I

    move-result v1

    int-to-long v6, v1

    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x21

    .line 45
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getShowEditTools()Z

    move-result v1

    if-eqz v1, :cond_167

    move-wide v6, v2

    goto :goto_168

    :cond_167
    move-wide v6, v4

    :goto_168
    invoke-interface {p1, v0, v6, v7}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    .line 46
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getEditUrl()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_176

    const/16 v1, 0x22

    .line 47
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    :cond_176
    const/16 v0, 0x23

    .line 48
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getInsertedGameDetail()Z

    move-result v1

    if-eqz v1, :cond_17f

    goto :goto_180

    :cond_17f
    move-wide v2, v4

    :goto_180
    invoke-interface {p1, v0, v2, v3}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x24

    .line 49
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLikeNum()I

    move-result v1

    int-to-long v1, v1

    invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    const/16 v0, 0x25

    .line 50
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLikeType()I

    move-result v1

    int-to-long v1, v1

    invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    .line 51
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLikeability()Ljava/lang/String;

    move-result-object v0

    if-eqz v0, :cond_1a2

    const/16 v1, 0x26

    .line 52
    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    :cond_1a2
    const/16 v0, 0x27

    .line 53
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCommentable()I

    move-result v1

    int-to-long v1, v1

    invoke-interface {p1, v0, v1, v2}, Lorg/greenrobot/greendao/b/c;->c(IJ)V

    .line 54
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGamePayInfo()Lcom/sandboxol/greendao/entity/GamePayInfo;

    move-result-object v0

    if-eqz v0, :cond_1bd

    const/16 v1, 0x28

    .line 55
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePayInfoConverter:Lcom/sandboxol/greendao/b/i;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/i;->a(Lcom/sandboxol/greendao/entity/GamePayInfo;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 56
    :cond_1bd
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getWarmUpResponse()Lcom/sandboxol/greendao/entity/GameWarmUpResponse;

    move-result-object v0

    if-eqz v0, :cond_1ce

    const/16 v1, 0x29

    .line 57
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->warmUpResponseConverter:Lcom/sandboxol/greendao/b/j;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/j;->a(Lcom/sandboxol/greendao/entity/GameWarmUpResponse;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 58
    :cond_1ce
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getAuthorInfo()Lcom/sandboxol/greendao/entity/AuthorInfo;

    move-result-object v0

    if-eqz v0, :cond_1df

    const/16 v1, 0x2a

    .line 59
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->authorInfoConverter:Lcom/sandboxol/greendao/b/a;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/a;->a(Lcom/sandboxol/greendao/entity/AuthorInfo;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 60
    :cond_1df
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getRealPlayGameList()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_1f0

    const/16 v1, 0x2b

    .line 61
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->realPlayGameListConverter:Lcom/sandboxol/greendao/b/A;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/A;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 62
    :cond_1f0
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getLatestResVersions()Lcom/sandboxol/greendao/entity/ResourceLatestVersionData;

    move-result-object v0

    if-eqz v0, :cond_201

    const/16 v1, 0x2c

    .line 63
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->latestResVersionsConverter:Lcom/sandboxol/greendao/b/B;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/B;->a(Lcom/sandboxol/greendao/entity/ResourceLatestVersionData;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 64
    :cond_201
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameFastStartModeConfigResponses()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_212

    const/16 v1, 0x2d

    .line 65
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameFastStartModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 66
    :cond_212
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGamePartyModeConfigResponses()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_223

    const/16 v1, 0x2e

    .line 67
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePartyModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 68
    :cond_223
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getGameHallModeConfigResponses()Ljava/util/List;

    move-result-object v0

    if-eqz v0, :cond_234

    const/16 v1, 0x2f

    .line 69
    iget-object v2, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameHallModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-virtual {v2, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object v0

    invoke-interface {p1, v1, v0}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    .line 70
    :cond_234
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/Game;->getCommentList()Ljava/util/List;

    move-result-object p2

    if-eqz p2, :cond_245

    const/16 v0, 0x30

    .line 71
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->commentListConverter:Lcom/sandboxol/greendao/b/G;

    invoke-virtual {v1, p2}, Lcom/sandboxol/greendao/b/G;->a(Ljava/util/List;)Ljava/lang/String;

    move-result-object p2

    invoke-interface {p1, v0, p2}, Lorg/greenrobot/greendao/b/c;->a(ILjava/lang/String;)V

    :cond_245
    return-void
.end method

.method protected bridge synthetic bindValues(Lorg/greenrobot/greendao/b/c;Ljava/lang/Object;)V
    .registers 3

    .line 2
    check-cast p2, Lcom/sandboxol/greendao/entity/Game;

    invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/GameDao;->bindValues(Lorg/greenrobot/greendao/b/c;Lcom/sandboxol/greendao/entity/Game;)V

    return-void
.end method

.method public bridge synthetic getKey(Ljava/lang/Object;)Ljava/lang/Object;
    .registers 2

    .line 1
    check-cast p1, Lcom/sandboxol/greendao/entity/Game;

    invoke-virtual {p0, p1}, Lcom/sandboxol/greendao/entity/GameDao;->getKey(Lcom/sandboxol/greendao/entity/Game;)Ljava/lang/String;

    move-result-object p1

    return-object p1
.end method

.method public getKey(Lcom/sandboxol/greendao/entity/Game;)Ljava/lang/String;
    .registers 2

    if-eqz p1, :cond_7

    .line 2
    invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/Game;->getGameId()Ljava/lang/String;

    move-result-object p1

    return-object p1

    :cond_7
    const/4 p1, 0x0

    return-object p1
.end method

.method public hasKey(Lcom/sandboxol/greendao/entity/Game;)Z
    .registers 2

    .line 2
    invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/Game;->getGameId()Ljava/lang/String;

    move-result-object p1

    if-eqz p1, :cond_8

    const/4 p1, 0x1

    goto :goto_9

    :cond_8
    const/4 p1, 0x0

    :goto_9
    return p1
.end method

.method public bridge synthetic hasKey(Ljava/lang/Object;)Z
    .registers 2

    .line 1
    check-cast p1, Lcom/sandboxol/greendao/entity/Game;

    invoke-virtual {p0, p1}, Lcom/sandboxol/greendao/entity/GameDao;->hasKey(Lcom/sandboxol/greendao/entity/Game;)Z

    move-result p1

    return p1
.end method

.method protected final isEntityUpdateable()Z
    .registers 2

    const/4 v0, 0x1

    return v0
.end method

.method public readEntity(Landroid/database/Cursor;I)Lcom/sandboxol/greendao/entity/Game;
    .registers 4

    .line 3
    new-instance v0, Lcom/sandboxol/greendao/entity/Game;

    invoke-direct {v0}, Lcom/sandboxol/greendao/entity/Game;-><init>()V

    .line 4
    invoke-virtual {p0, p1, v0, p2}, Lcom/sandboxol/greendao/entity/GameDao;->readEntity(Landroid/database/Cursor;Lcom/sandboxol/greendao/entity/Game;I)V

    return-object v0
.end method

.method public bridge synthetic readEntity(Landroid/database/Cursor;I)Ljava/lang/Object;
    .registers 3

    .line 1
    invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/GameDao;->readEntity(Landroid/database/Cursor;I)Lcom/sandboxol/greendao/entity/Game;

    move-result-object p1

    return-object p1
.end method

.method public readEntity(Landroid/database/Cursor;Lcom/sandboxol/greendao/entity/Game;I)V
    .registers 10

    add-int/lit8 v0, p3, 0x0

    .line 5
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    const/4 v2, 0x0

    if-eqz v1, :cond_b

    move-object v0, v2

    goto :goto_f

    :cond_b
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_f
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameId(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x1

    .line 6
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_1c

    move-object v0, v2

    goto :goto_20

    :cond_1c
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_20
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameTitle(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x2

    .line 7
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_2d

    move-object v0, v2

    goto :goto_31

    :cond_2d
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_31
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameName(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x3

    .line 8
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_3e

    move-object v0, v2

    goto :goto_42

    :cond_3e
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_42
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameCoverPic(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x4

    .line 9
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_4f

    move-object v0, v2

    goto :goto_59

    :cond_4f
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->bannerPicConverter:Lcom/sandboxol/greendao/b/s;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v0

    :goto_59
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setBannerPic(Ljava/util/List;)V

    add-int/lit8 v0, p3, 0x5

    .line 10
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_66

    move-object v0, v2

    goto :goto_70

    :cond_66
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameBannerVideoInfosConverter:Lcom/sandboxol/greendao/b/c;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/c;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v0

    :goto_70
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameBannerVideoInfos(Ljava/util/List;)V

    add-int/lit8 v0, p3, 0x6

    .line 11
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_7d

    move-object v0, v2

    goto :goto_81

    :cond_7d
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_81
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameDetail(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x7

    .line 12
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_8e

    move-object v0, v2

    goto :goto_98

    :cond_8e
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameTypesConverter:Lcom/sandboxol/greendao/b/s;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/s;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v0

    :goto_98
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameTypes(Ljava/util/List;)V

    add-int/lit8 v0, p3, 0x8

    .line 13
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getShort(I)S

    move-result v0

    const/4 v1, 0x1

    const/4 v3, 0x0

    if-eqz v0, :cond_a7

    const/4 v0, 0x1

    goto :goto_a8

    :cond_a7
    const/4 v0, 0x0

    :goto_a8
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setAppreciate(Z)V

    add-int/lit8 v0, p3, 0x9

    .line 14
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameMode(I)V

    add-int/lit8 v0, p3, 0xa

    .line 15
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setVisitorEnter(I)V

    add-int/lit8 v0, p3, 0xb

    .line 16
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setVersion(I)V

    add-int/lit8 v0, p3, 0xc

    .line 17
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsRankOnline(I)V

    add-int/lit8 v0, p3, 0xd

    .line 18
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsShopOnline(I)V

    add-int/lit8 v0, p3, 0xe

    .line 19
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsOpenParty(I)V

    add-int/lit8 v0, p3, 0xf

    .line 20
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsPay(I)V

    add-int/lit8 v0, p3, 0x10

    .line 21
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setTurntableStatus(I)V

    add-int/lit8 v0, p3, 0x11

    .line 22
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setTurntableRemainCount(I)V

    add-int/lit8 v0, p3, 0x12

    .line 23
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsNewEngine(I)V

    add-int/lit8 v0, p3, 0x13

    .line 24
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsUgcGame(I)V

    add-int/lit8 v0, p3, 0x14

    .line 25
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setCurrentPage(I)V

    add-int/lit8 v0, p3, 0x15

    .line 26
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setCurrentSize(I)V

    add-int/lit8 v0, p3, 0x16

    .line 27
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J

    move-result-wide v4

    invoke-virtual {p2, v4, v5}, Lcom/sandboxol/greendao/entity/Game;->setResVersion(J)V

    add-int/lit8 v0, p3, 0x17

    .line 28
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setPageType(I)V

    add-int/lit8 v0, p3, 0x18

    .line 29
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getLong(I)J

    move-result-wide v4

    invoke-virtual {p2, v4, v5}, Lcom/sandboxol/greendao/entity/Game;->setCreateTime(J)V

    add-int/lit8 v0, p3, 0x19

    .line 30
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setComplexNum(I)V

    add-int/lit8 v0, p3, 0x1a

    .line 31
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setPraiseNumber(I)V

    add-int/lit8 v0, p3, 0x1b

    .line 32
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setOnlineNumber(I)V

    add-int/lit8 v0, p3, 0x1c

    .line 33
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIndex(I)V

    add-int/lit8 v0, p3, 0x1d

    .line 34
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v4

    if-eqz v4, :cond_169

    move-object v0, v2

    goto :goto_16d

    :cond_169
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_16d
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameUgcType(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x1e

    .line 35
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsHall(I)V

    add-int/lit8 v0, p3, 0x1f

    .line 36
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setIsFastStart(I)V

    add-int/lit8 v0, p3, 0x20

    .line 37
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getShort(I)S

    move-result v0

    if-eqz v0, :cond_18c

    const/4 v0, 0x1

    goto :goto_18d

    :cond_18c
    const/4 v0, 0x0

    :goto_18d
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setShowEditTools(Z)V

    add-int/lit8 v0, p3, 0x21

    .line 38
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v4

    if-eqz v4, :cond_19a

    move-object v0, v2

    goto :goto_19e

    :cond_19a
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_19e
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setEditUrl(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x22

    .line 39
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getShort(I)S

    move-result v0

    if-eqz v0, :cond_1aa

    goto :goto_1ab

    :cond_1aa
    const/4 v1, 0x0

    :goto_1ab
    invoke-virtual {p2, v1}, Lcom/sandboxol/greendao/entity/Game;->setInsertedGameDetail(Z)V

    add-int/lit8 v0, p3, 0x23

    .line 40
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setLikeNum(I)V

    add-int/lit8 v0, p3, 0x24

    .line 41
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setLikeType(I)V

    add-int/lit8 v0, p3, 0x25

    .line 42
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_1ca

    move-object v0, v2

    goto :goto_1ce

    :cond_1ca
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    :goto_1ce
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setLikeability(Ljava/lang/String;)V

    add-int/lit8 v0, p3, 0x26

    .line 43
    invoke-interface {p1, v0}, Landroid/database/Cursor;->getInt(I)I

    move-result v0

    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setCommentable(I)V

    add-int/lit8 v0, p3, 0x27

    .line 44
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_1e4

    move-object v0, v2

    goto :goto_1ee

    :cond_1e4
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePayInfoConverter:Lcom/sandboxol/greendao/b/i;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/i;->a(Ljava/lang/String;)Lcom/sandboxol/greendao/entity/GamePayInfo;

    move-result-object v0

    :goto_1ee
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGamePayInfo(Lcom/sandboxol/greendao/entity/GamePayInfo;)V

    add-int/lit8 v0, p3, 0x28

    .line 45
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_1fb

    move-object v0, v2

    goto :goto_205

    :cond_1fb
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->warmUpResponseConverter:Lcom/sandboxol/greendao/b/j;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/j;->a(Ljava/lang/String;)Lcom/sandboxol/greendao/entity/GameWarmUpResponse;

    move-result-object v0

    :goto_205
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setWarmUpResponse(Lcom/sandboxol/greendao/entity/GameWarmUpResponse;)V

    add-int/lit8 v0, p3, 0x29

    .line 46
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_212

    move-object v0, v2

    goto :goto_21c

    :cond_212
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->authorInfoConverter:Lcom/sandboxol/greendao/b/a;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/a;->a(Ljava/lang/String;)Lcom/sandboxol/greendao/entity/AuthorInfo;

    move-result-object v0

    :goto_21c
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setAuthorInfo(Lcom/sandboxol/greendao/entity/AuthorInfo;)V

    add-int/lit8 v0, p3, 0x2a

    .line 47
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_229

    move-object v0, v2

    goto :goto_233

    :cond_229
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->realPlayGameListConverter:Lcom/sandboxol/greendao/b/A;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/A;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v0

    :goto_233
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setRealPlayGameList(Ljava/util/List;)V

    add-int/lit8 v0, p3, 0x2b

    .line 48
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_240

    move-object v0, v2

    goto :goto_24a

    :cond_240
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->latestResVersionsConverter:Lcom/sandboxol/greendao/b/B;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/B;->a(Ljava/lang/String;)Lcom/sandboxol/greendao/entity/ResourceLatestVersionData;

    move-result-object v0

    :goto_24a
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setLatestResVersions(Lcom/sandboxol/greendao/entity/ResourceLatestVersionData;)V

    add-int/lit8 v0, p3, 0x2c

    .line 49
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_257

    move-object v0, v2

    goto :goto_261

    :cond_257
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameFastStartModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v0

    :goto_261
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameFastStartModeConfigResponses(Ljava/util/List;)V

    add-int/lit8 v0, p3, 0x2d

    .line 50
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_26e

    move-object v0, v2

    goto :goto_278

    :cond_26e
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gamePartyModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v0

    :goto_278
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGamePartyModeConfigResponses(Ljava/util/List;)V

    add-int/lit8 v0, p3, 0x2e

    .line 51
    invoke-interface {p1, v0}, Landroid/database/Cursor;->isNull(I)Z

    move-result v1

    if-eqz v1, :cond_285

    move-object v0, v2

    goto :goto_28f

    :cond_285
    iget-object v1, p0, Lcom/sandboxol/greendao/entity/GameDao;->gameHallModeConfigResponsesConverter:Lcom/sandboxol/greendao/b/y;

    invoke-interface {p1, v0}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object v0

    invoke-virtual {v1, v0}, Lcom/sandboxol/greendao/b/y;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v0

    :goto_28f
    invoke-virtual {p2, v0}, Lcom/sandboxol/greendao/entity/Game;->setGameHallModeConfigResponses(Ljava/util/List;)V

    add-int/lit8 p3, p3, 0x2f

    .line 52
    invoke-interface {p1, p3}, Landroid/database/Cursor;->isNull(I)Z

    move-result v0

    if-eqz v0, :cond_29b

    goto :goto_2a5

    :cond_29b
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/GameDao;->commentListConverter:Lcom/sandboxol/greendao/b/G;

    invoke-interface {p1, p3}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object p1

    invoke-virtual {v0, p1}, Lcom/sandboxol/greendao/b/G;->a(Ljava/lang/String;)Ljava/util/List;

    move-result-object v2

    :goto_2a5
    invoke-virtual {p2, v2}, Lcom/sandboxol/greendao/entity/Game;->setCommentList(Ljava/util/List;)V

    return-void
.end method

.method public bridge synthetic readEntity(Landroid/database/Cursor;Ljava/lang/Object;I)V
    .registers 4

    .line 2
    check-cast p2, Lcom/sandboxol/greendao/entity/Game;

    invoke-virtual {p0, p1, p2, p3}, Lcom/sandboxol/greendao/entity/GameDao;->readEntity(Landroid/database/Cursor;Lcom/sandboxol/greendao/entity/Game;I)V

    return-void
.end method

.method public bridge synthetic readKey(Landroid/database/Cursor;I)Ljava/lang/Object;
    .registers 3

    .line 1
    invoke-virtual {p0, p1, p2}, Lcom/sandboxol/greendao/entity/GameDao;->readKey(Landroid/database/Cursor;I)Ljava/lang/String;

    move-result-object p1

    return-object p1
.end method

.method public readKey(Landroid/database/Cursor;I)Ljava/lang/String;
    .registers 4

    add-int/lit8 p2, p2, 0x0

    .line 2
    invoke-interface {p1, p2}, Landroid/database/Cursor;->isNull(I)Z

    move-result v0

    if-eqz v0, :cond_a

    const/4 p1, 0x0

    goto :goto_e

    :cond_a
    invoke-interface {p1, p2}, Landroid/database/Cursor;->getString(I)Ljava/lang/String;

    move-result-object p1

    :goto_e
    return-object p1
.end method

.method protected bridge synthetic updateKeyAfterInsert(Ljava/lang/Object;J)Ljava/lang/Object;
    .registers 4

    .line 1
    check-cast p1, Lcom/sandboxol/greendao/entity/Game;

    invoke-virtual {p0, p1, p2, p3}, Lcom/sandboxol/greendao/entity/GameDao;->updateKeyAfterInsert(Lcom/sandboxol/greendao/entity/Game;J)Ljava/lang/String;

    move-result-object p1

    return-object p1
.end method

.method protected final updateKeyAfterInsert(Lcom/sandboxol/greendao/entity/Game;J)Ljava/lang/String;
    .registers 4

    .line 2
    invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/Game;->getGameId()Ljava/lang/String;

    move-result-object p1

    return-object p1
.end method