Package de.caluga.morphium.annotations.lifecycle
package de.caluga.morphium.annotations.lifecycle
-
AnnotationsschnittstellenKlasseBeschreibungJust a marker that this Entity does contain lifecycle method Lifecycle methods won't be called, if this annotation is not present (performance reasons).will be called, after this object was updated by a direct call to update won't be called, when updates are done query based.will be called, before a single object is updated (this obect to be exact) Unfortuately, it can't be called when a query based update is executed