DaoMaster

public class DaoMaster extends AbstractDaoMaster

Master of DAO (schema version 5): knows all DAOs.

Fields

SCHEMA_VERSION

public static final int SCHEMA_VERSION

Constructors

DaoMaster

public DaoMaster(SQLiteDatabase db)

Methods

createAllTables

public static void createAllTables(SQLiteDatabase db, boolean ifNotExists)

Creates underlying database table using DAOs.

dropAllTables

public static void dropAllTables(SQLiteDatabase db, boolean ifExists)

Drops underlying database table using DAOs.

newSession

public DaoSession newSession()

newSession

public DaoSession newSession(IdentityScopeType type)