de.greenrobot.dao
Class AbstractDaoMaster
java.lang.Object
de.greenrobot.dao.AbstractDaoMaster
-
public abstract class AbstractDaoMaster
- extends java.lang.Object
-
The master of dao will guide you: start dao sessions with the master.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDaoMaster
public AbstractDaoMaster(SQLiteDatabase db,
int schemaVersion)
getSchemaVersion
public int getSchemaVersion()
-
newSession
public abstract AbstractDaoSession newSession()
-
newSession
public abstract AbstractDaoSession newSession(IdentityScopeType type)
-
Copyright © 2011-2012 greenrobot.de. All Rights Reserved.