play.modules.morphia
Annotation Type Model.OnBatchDelete


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Model.OnBatchDelete

OnBatchDelete mark a method be called before a query's delete method get called. If any exception throw out in this method the query deletion will be canceled

Author:
luog



Copyright © 2012. All Rights Reserved.