de.greenrobot.dao
Class DaoConfig

java.lang.Object
  extended by de.greenrobot.dao.DaoConfig
All Implemented Interfaces:
java.lang.Cloneable

public final class DaoConfig
extends java.lang.Object

    
implements java.lang.Cloneable

    

Internal class used by greenDAO. DaoConfig stores essential data for DAOs, and is hold by AbstractDaoMaster. This class will retrieve the required information from the DAO classes.


Method Summary
 DaoConfig clone()
          Does not copy identity scope.
 IdentityScope getIdentityScope()
           
 void initIdentityScope(IdentityScopeType type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public DaoConfig clone()
Does not copy identity scope.

Overrides:
clone in class java.lang.Object

getIdentityScope

public IdentityScope getIdentityScope()

initIdentityScope

public void initIdentityScope(IdentityScopeType type)


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