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 void
doDelete(org.aspectj.lang.JoinPoint joinPoint, GenericEntity entity)
GenericEntity
doSave(org.aspectj.lang.ProceedingJoinPoint joinPoint, GenericEntity entity)
void
doUpdate(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
-
-