|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.greenrobot.dao.DaoConfig
public final class DaoConfig
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 |
---|
public DaoConfig clone()
clone
in class java.lang.Object
public IdentityScope,?> getIdentityScope()
public void initIdentityScope(IdentityScopeType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |