1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Add createOrUpdate to methods (by default).

This commit is contained in:
Matthew Porter
2005-04-10 21:10:34 +00:00
parent 625efa4782
commit 9723ac61c6
@@ -48,7 +48,7 @@ public class ValidationAdvisor extends StaticMethodMatcherPointcutAdvisor
//~ Instance fields ========================================================
private Class supportsClass;
private String[] methods = {"create", "update"};
private String[] methods = {"create", "update", "createOrUpdate"};
//~ Constructors ===========================================================