de.greenrobot.dao
Class AbstractDaoMaster

java.lang.Object
  extended by 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.


Constructor Summary
AbstractDaoMaster(SQLiteDatabase db, int schemaVersion)
           
 
Method Summary
 int getSchemaVersion()
           
abstract  AbstractDaoSession newSession()
           
abstract  AbstractDaoSession newSession(IdentityScopeType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDaoMaster

public AbstractDaoMaster(SQLiteDatabase db,
                         int schemaVersion)
Method Detail

getSchemaVersion

public int getSchemaVersion()

newSession

public abstract AbstractDaoSession newSession()

newSession

public abstract AbstractDaoSession newSession(IdentityScopeType type)


Copyright © 2011-2012 greenrobot.de. All Rights Reserved.