|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.bejug.javacareers.jobs.dao.common.ModificationDateAdvice
An AOP Advice to add the creation when a new object is saved and update the modification date when an existing object is updated.
| Constructor Summary | |
ModificationDateAdvice()
|
|
| Method Summary | |
void |
before(java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object o)
the method to run when a method is called. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ModificationDateAdvice()
| Method Detail |
public void before(java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object o)
throws java.lang.Throwable
before in interface org.springframework.aop.MethodBeforeAdvicejava.lang.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||