Package de.caluga.morphium.validation
Class JavaxValidationStorageListener
- java.lang.Object
-
- de.caluga.morphium.MorphiumStorageAdapter<Object>
-
- de.caluga.morphium.validation.JavaxValidationStorageListener
-
- All Implemented Interfaces:
MorphiumStorageListener<Object>
public class JavaxValidationStorageListener extends MorphiumStorageAdapter<Object>
User: martinstolz Date: 29.08.12
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.caluga.morphium.MorphiumStorageListener
MorphiumStorageListener.UpdateTypes
-
-
Constructor Summary
Constructors Constructor Description JavaxValidationStorageListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()voidpreStore(Morphium m, Object r, boolean isNew)voidpreStore(Morphium m, Map<Object,Boolean> isNew)-
Methods inherited from class de.caluga.morphium.MorphiumStorageAdapter
postDrop, postLoad, postLoad, postRemove, postRemove, postRemove, postStore, postStore, postUpdate, preDrop, preRemove, preRemove, preUpdate
-
-
-
-
Method Detail
-
preStore
public void preStore(Morphium m, Map<Object,Boolean> isNew) throws MorphiumAccessVetoException
- Specified by:
preStorein interfaceMorphiumStorageListener<Object>- Overrides:
preStorein classMorphiumStorageAdapter<Object>- Throws:
MorphiumAccessVetoException
-
preStore
public void preStore(Morphium m, Object r, boolean isNew)
- Specified by:
preStorein interfaceMorphiumStorageListener<Object>- Overrides:
preStorein classMorphiumStorageAdapter<Object>
-
-