|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Todo public interface ArchivedStore<T>
allows to control the archive option of a supporting DBClassStore
| Method Summary | |
|---|---|
boolean |
isArchiveEnabled()
if true, each data access call also reaches through to the embedded archived store |
boolean |
isEnableArchiveEdit()
|
int |
moveToArchive(Filter<? super T> filter)
requires transactional context on both stores |
void |
setArchiveEnabled(boolean flag)
if set to true, each data access call also reaches through to the embedded archived store |
void |
setEnableArchiveEdit(boolean flag)
if set to true, delete and update operations are propagated to the archive (insertions will always only affect the 'normal' store). |
| Method Detail |
|---|
boolean isArchiveEnabled()
void setArchiveEnabled(boolean flag)
boolean isEnableArchiveEdit()
setEnableArchiveEdit(boolean)void setEnableArchiveEdit(boolean flag)
isArchiveEnabled().
int moveToArchive(Filter<? super T> filter)
throws DatabaseException
DatabaseException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||