| Package | Description |
|---|---|
| co.codewizards.cloudstore.local.persistence |
Persistent JDO data model (entities) and data access objects (DAOs).
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<List<Dao.IdRange>> |
Dao.buildIdRangePackages(SortedSet<Long> entityIds)
Organise the given entity-IDs in
Dao.IdRanges, which itself are grouped into packages. |
protected static List<List<Dao.IdRange>> |
Dao.buildIdRangePackages(SortedSet<Long> entityIds,
int idRangePackageSize)
Deprecated.
Only used for junit-test! Use
Dao.buildIdRangePackages(SortedSet) instead! Don't use this method directly! |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
Dao.buildIdRangePackageQueryMap(List<Dao.IdRange> idRangePackage)
Build the query-argument-map corresponding to
#buildIdRangePackageFilter(). |
protected static int |
Dao.shrinkIdRangePackageSizeIfPossible(List<List<Dao.IdRange>> idRangePackages) |
Copyright © 2013–2019. All rights reserved.