@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PreSave
Called right before DBCollection.save() is called. Changes made to the entity (java class) will not be persisted. This event will be
called on top level Entities.
- Author:
- Scott Hernandez