Package | Description |
---|---|
co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
Modifier and Type | Class and Description |
---|---|
class |
DAO<E extends Entity,D extends DAO<E,D>>
Base class for all data access objects (DAOs).
|
Modifier and Type | Class and Description |
---|---|
class |
CopyModificationDAO |
class |
DeleteModificationDAO |
class |
DirectoryDAO |
class |
LastSyncToRemoteRepoDAO |
class |
LocalRepositoryDAO |
class |
ModificationDAO |
class |
NormalFileDAO |
class |
RemoteRepositoryDAO |
class |
RemoteRepositoryRequestDAO |
class |
RepoFileDAO |
Modifier and Type | Method and Description |
---|---|
protected <T extends DAO<?,?>> |
DAO.getDAO(Class<T> daoClass) |
Copyright © 2013-2014. All Rights Reserved.