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