| 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
Modifications being assigned to the given remoteRepository. |
Collection<Modification> |
ModificationDao.getModificationsAfter(RemoteRepository remoteRepository,
long localRevision)
Gets those
Modifications being assigned to the given remoteRepository
whose localRevision is greater than the given localRevision. |
Collection<Modification> |
ModificationDao.getModificationsBeforeOrEqual(RemoteRepository remoteRepository,
long localRevision) |
Copyright © 2013–2017. All rights reserved.