public interface MorphiumStorageListener<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
MorphiumStorageListener.UpdateTypes |
| Modifier and Type | Method and Description |
|---|---|
void |
postDrop(Morphium m,
Class<? extends T> cls) |
void |
postLoad(Morphium m,
List<T> o) |
void |
postLoad(Morphium m,
T o) |
void |
postRemove(Morphium m,
List<T> lst) |
void |
postRemove(Morphium m,
Query<T> q) |
void |
postRemove(Morphium m,
T r) |
void |
postStore(Morphium m,
Map<T,Boolean> isNew) |
void |
postStore(Morphium m,
T r,
boolean isNew) |
void |
postUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void |
preDrop(Morphium m,
Class<? extends T> cls) |
void |
preRemove(Morphium m,
Query<T> q) |
void |
preRemove(Morphium m,
T r) |
void |
preStore(Morphium m,
Map<T,Boolean> isNew) |
void |
preStore(Morphium m,
T r,
boolean isNew) |
void |
preUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void preStore(Morphium m, T r, boolean isNew) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preStore(Morphium m, Map<T,Boolean> isNew) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preRemove(Morphium m, Query<T> q) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preRemove(Morphium m, T r) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preDrop(Morphium m, Class<? extends T> cls) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preUpdate(Morphium m, Class<? extends T> cls, Enum updateType) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionCopyright © 2014. All rights reserved.