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,
List<T> o) |
void |
postLoad(Morphium m,
T o) |
void |
postRemove(Morphium m,
List<T> toRemove) |
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) |
public void preStore(Morphium m, Map<T,Boolean> isNew) throws MorphiumAccessVetoException
preStore in interface MorphiumStorageListener<T>MorphiumAccessVetoExceptionpublic void preStore(Morphium m, T r, boolean isNew) throws MorphiumAccessVetoException
preStore in interface MorphiumStorageListener<T>MorphiumAccessVetoExceptionpublic void preDrop(Morphium m, Class<? extends T> cls) throws MorphiumAccessVetoException
preDrop in interface MorphiumStorageListener<T>MorphiumAccessVetoExceptionpublic void preRemove(Morphium m, Query<T> q) throws MorphiumAccessVetoException
preRemove in interface MorphiumStorageListener<T>MorphiumAccessVetoExceptionpublic void preUpdate(Morphium m, Class<? extends T> cls, Enum updateType) throws MorphiumAccessVetoException
preUpdate in interface MorphiumStorageListener<T>MorphiumAccessVetoExceptionpublic void postStore(Morphium m, Map<T,Boolean> isNew)
postStore in interface MorphiumStorageListener<T>public void postLoad(Morphium m, List<T> o)
postLoad in interface MorphiumStorageListener<T>public void postRemove(Morphium m, List<T> toRemove)
postRemove 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 preRemove(Morphium m, T r)
preRemove in interface MorphiumStorageListener<T>public void postDrop(Morphium m, Class<? extends T> cls)
postDrop 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 postUpdate(Morphium m, Class<? extends T> cls, Enum updateType)
postUpdate in interface MorphiumStorageListener<T>Copyright © 2016. All rights reserved.