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,
T o) |
void |
postRemove(Morphium m,
Query<T> q) |
void |
postRemove(Morphium m,
T r) |
void |
postStore(Morphium m,
T r,
boolean isNew) |
void |
postUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void |
preDelete(Morphium m,
T r) |
void |
preDrop(Morphium m,
Class<? extends T> cls) |
void |
preRemove(Morphium m,
Query<T> q) |
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 postStore(Morphium m, T r, boolean isNew) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid postRemove(Morphium m, T r) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preDelete(Morphium m, T r) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid postDrop(Morphium m, Class<? extends T> cls) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preDrop(Morphium m, Class<? extends T> cls) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preRemove(Morphium m, Query<T> q) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid postRemove(Morphium m, Query<T> q) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid postLoad(Morphium m, T o) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid preUpdate(Morphium m, Class<? extends T> cls, Enum updateType) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionvoid postUpdate(Morphium m, Class<? extends T> cls, Enum updateType) throws MorphiumAccessVetoException
MorphiumAccessVetoExceptionCopyright © 2013. All rights reserved.