public interface MorphiumStorageListener<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
MorphiumStorageListener.UpdateTypes |
| Modifier and Type | Method and Description |
|---|---|
void |
postDrop(Class<? extends T> cls) |
void |
postLoad(T o) |
void |
postRemove(Query<T> q) |
void |
postRemove(T r) |
void |
postStore(T r,
boolean isNew) |
void |
postUpdate(Class<? extends T> cls,
Enum updateType) |
void |
preDelete(T r) |
void |
preDrop(Class<? extends T> cls) |
void |
preRemove(Query<T> q) |
void |
preStore(T r,
boolean isNew) |
void |
preUpdate(Class<? extends T> cls,
Enum updateType) |
Copyright © 2013. All Rights Reserved.