| Package | Description |
|---|---|
| co.codewizards.cloudstore.local |
Local repository management - implementation.
|
| co.codewizards.cloudstore.local.dto |
Converters creating data transfer objects (DTOs) from persistent entities and vice versa.
|
| co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
| co.codewizards.cloudstore.local.transport |
File-system-based transport implementation.
|
| Class and Description |
|---|
| DeleteModification |
| FileChunk |
| RepoFile |
| Repository
A
Repository represents a repository inside the database. |
| Class and Description |
|---|
| AbstractCloudStorePersistenceCapableClassesProvider |
| AutoTrackChanged
Automatically track changes by updating the
changed property whenever
the object is written to the datastore. |
| AutoTrackLocalRevision
Automatically track changes by updating the
localRevision property whenever
the object is written to the datastore. |
CloudStorePersistenceCapableClassesProvider
CloudStorePersistenceCapableClassesProvider implementations make persistence-capable classes known
to the LocalRepoManagerImpl's PersistenceManager. |
| Dao
Base class for all data access objects (Daos).
|
| DeleteModification |
| Directory |
| Entity
Base class of all persistence-capable (a.k.a.
|
| FileChunk |
| FileInProgressMarker
While a file is in progress of a sync, an instance of FileInProgressMarker is stored.
|
| LastSyncToRemoteRepo |
| LocalRepository
A
LocalRepository represents the local repository inside the repository's database. |
| Modification
Deprecated.
|
| NormalFile |
| RemoteRepository |
| RemoteRepositoryRequest |
| RepoFile |
| Repository
A
Repository represents a repository inside the database. |
| TransferDoneMarker |
| Class and Description |
|---|
| RepoFile |
Copyright © 2013–2017. All rights reserved.