public class CachedWithAspect extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CachedWithAspect.MethodKey |
class |
CachedWithAspect.Operand |
| Constructor and Description |
|---|
CachedWithAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundDeleteMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
ORMDao ormDao,
Durable durable) |
Object |
aroundPersistMethod(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
ORMDao ormDao) |
Copyright © 2020. All rights reserved.