Uses of Class
de.caluga.morphium.MorphiumAccessVetoException
-
Packages that use MorphiumAccessVetoException Package Description de.caluga.morphium de.caluga.morphium.cache de.caluga.morphium.validation -
-
Uses of MorphiumAccessVetoException in de.caluga.morphium
Methods in de.caluga.morphium that throw MorphiumAccessVetoException Modifier and Type Method Description voidMorphiumStorageAdapter. preDrop(Morphium m, Class<? extends T> cls)voidMorphiumStorageListener. preDrop(Morphium m, Class<? extends T> cls)voidMorphiumStorageAdapter. preRemove(Morphium m, Query<T> q)voidMorphiumStorageListener. preRemove(Morphium m, Query<T> q)voidMorphiumStorageListener. preRemove(Morphium m, T r)voidMorphiumStorageAdapter. preStore(Morphium m, Map<T,Boolean> isNew)voidMorphiumStorageAdapter. preStore(Morphium m, T r, boolean isNew)voidMorphiumStorageListener. preStore(Morphium m, Map<T,Boolean> isNew)voidMorphiumStorageListener. preStore(Morphium m, T r, boolean isNew)voidMorphiumStorageAdapter. preUpdate(Morphium m, Class<? extends T> cls, Enum updateType)voidMorphiumStorageListener. preUpdate(Morphium m, Class<? extends T> cls, Enum updateType) -
Uses of MorphiumAccessVetoException in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache that throw MorphiumAccessVetoException Modifier and Type Method Description voidMessagingCacheSynchronizer. postLoad(Morphium m, Object o)voidMessagingCacheSynchronizer. postLoad(Morphium m, List<Object> o)voidMessagingCacheSynchronizer. postStore(Morphium m, Map<Object,Boolean> isNew)voidMessagingCacheSynchronizer. preRemove(Morphium m, Query<Object> q)voidMessagingCacheSynchronizer. preRemove(Morphium m, Object r)voidMessagingCacheSynchronizer. preStore(Morphium m, Object r, boolean isNew)voidMessagingCacheSynchronizer. preStore(Morphium m, Map<Object,Boolean> isNew)voidMessagingCacheSynchronizer. preUpdate(Morphium m, Class<?> cls, Enum updateType) -
Uses of MorphiumAccessVetoException in de.caluga.morphium.validation
Methods in de.caluga.morphium.validation that throw MorphiumAccessVetoException Modifier and Type Method Description voidJavaxValidationStorageListener. preStore(Morphium m, Map<Object,Boolean> isNew)
-