Class AuditAspect
- java.lang.Object
-
- com.tetsuwantech.atom.database.audit.AuditAspect
-
public class AuditAspect extends Object
-
-
Constructor Summary
Constructors Constructor Description AuditAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoDelete(org.aspectj.lang.JoinPoint joinPoint, GenericEntity entity)GenericEntitydoSave(org.aspectj.lang.ProceedingJoinPoint joinPoint, GenericEntity entity)voiddoUpdate(org.aspectj.lang.JoinPoint joinPoint, Auditable auditable, Object target, GenericEntity entity)
-
-
-
Method Detail
-
doUpdate
public void doUpdate(org.aspectj.lang.JoinPoint joinPoint, Auditable auditable, Object target, GenericEntity entity) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException
-
doSave
public GenericEntity doSave(org.aspectj.lang.ProceedingJoinPoint joinPoint, GenericEntity entity) throws Throwable
- Throws:
Throwable
-
doDelete
public void doDelete(org.aspectj.lang.JoinPoint joinPoint, GenericEntity entity) throws Throwable- Throws:
Throwable
-
-