public abstract class MorphiumStorageAdapter<T> extends Object implements MorphiumStorageListener<T>
MorphiumStorageListener.UpdateTypes| Constructor and Description |
|---|
MorphiumStorageAdapter() |
| 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) |
public void preStore(Morphium m, T r, boolean isNew)
preStore in interface MorphiumStorageListener<T>public void postStore(Morphium m, T r, boolean isNew)
postStore in interface MorphiumStorageListener<T>public void postRemove(Morphium m, T r)
postRemove in interface MorphiumStorageListener<T>public void preDelete(Morphium m, T r)
preDelete in interface MorphiumStorageListener<T>public void postDrop(Morphium m, Class<? extends T> cls)
postDrop in interface MorphiumStorageListener<T>public void preDrop(Morphium m, Class<? extends T> cls)
preDrop in interface MorphiumStorageListener<T>public void preRemove(Morphium m, Query<T> q)
preRemove in interface MorphiumStorageListener<T>public void postRemove(Morphium m, Query<T> q)
postRemove in interface MorphiumStorageListener<T>public void postLoad(Morphium m, T o)
postLoad in interface MorphiumStorageListener<T>public void preUpdate(Morphium m, Class<? extends T> cls, Enum updateType)
preUpdate in interface MorphiumStorageListener<T>public void postUpdate(Morphium m, Class<? extends T> cls, Enum updateType)
postUpdate in interface MorphiumStorageListener<T>Copyright © 2013. All rights reserved.