Package | Description |
---|---|
co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
Modifier and Type | Class and Description |
---|---|
class |
CopyModification |
class |
DeleteModification |
Modifier and Type | Method and Description |
---|---|
Collection<Modification> |
ModificationDAO.getModifications(RemoteRepository remoteRepository)
Gets all
Modification s being assigned to the given remoteRepository . |
Collection<Modification> |
ModificationDAO.getModificationsAfter(RemoteRepository remoteRepository,
long localRevision)
Gets those
Modification s being assigned to the given remoteRepository
whose localRevision is greater than the given localRevision . |
Collection<Modification> |
ModificationDAO.getModificationsBeforeOrEqual(RemoteRepository remoteRepository,
long localRevision) |
Copyright © 2013-2014. All Rights Reserved.