| Package | Description |
|---|---|
| co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
| Modifier and Type | Method and Description |
|---|---|
<P extends NormalFile> |
NormalFileDAO.makePersistent(P entity) |
| Modifier and Type | Method and Description |
|---|---|
NormalFile |
FileChunk.getNormalFile() |
| Modifier and Type | Method and Description |
|---|---|
Collection<NormalFile> |
NormalFileDAO.getNormalFilesForSha1(String sha1,
long length)
|
| Modifier and Type | Method and Description |
|---|---|
void |
NormalFileDAO.deletePersistent(NormalFile entity) |
void |
FileChunk.setRepoFile(NormalFile normalFile) |
Copyright © 2013-2014. All Rights Reserved.