| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.cache | |
| de.caluga.morphium.validation |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumReadListener.postRead(Query<T> q,
List<T> result,
boolean fromCache) |
void |
MorphiumStorageListener.preDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumStorageAdapter.preDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumReadListener.preRead(Query<T> q) |
void |
MorphiumStorageListener.preRemove(Morphium m,
Query<T> q) |
void |
MorphiumStorageAdapter.preRemove(Morphium m,
Query<T> q) |
void |
MorphiumStorageListener.preRemove(Morphium m,
T r) |
void |
MorphiumStorageListener.preStore(Morphium m,
Map<T,Boolean> isNew) |
void |
MorphiumStorageAdapter.preStore(Morphium m,
Map<T,Boolean> isNew) |
void |
MorphiumStorageListener.preStore(Morphium m,
T r,
boolean isNew) |
void |
MorphiumStorageAdapter.preStore(Morphium m,
T r,
boolean isNew) |
void |
MorphiumStorageListener.preUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void |
MorphiumStorageAdapter.preUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSynchronizer.postLoad(Morphium m,
List<Object> o) |
void |
CacheSynchronizer.postLoad(Morphium m,
Object o) |
void |
CacheSynchronizer.postStore(Morphium m,
Map<Object,Boolean> isNew) |
void |
CacheSynchronizer.preRemove(Morphium m,
Object r) |
void |
CacheSynchronizer.preRemove(Morphium m,
Query<Object> q) |
void |
CacheSynchronizer.preStore(Morphium m,
Map<Object,Boolean> isNew) |
void |
CacheSynchronizer.preStore(Morphium m,
Object r,
boolean isNew) |
void |
CacheSynchronizer.preUpdate(Morphium m,
Class<?> cls,
Enum updateType) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaxValidationStorageListener.preStore(Morphium m,
Map<Object,Boolean> isNew) |
Copyright © 2014. All rights reserved.