Class MongoManagedEntityAdvice<E>
- java.lang.Object
-
- com.alpha.mongodb.entitymanager.proxy.MongoManagedEntityAdvice<E>
-
- Type Parameters:
E
- Entity type
- All Implemented Interfaces:
org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
public class MongoManagedEntityAdvice<E> extends Object implements org.aopalliance.intercept.MethodInterceptor
A method interceptor that delegates the methods to the right advice
-
-
Constructor Summary
Constructors Constructor Description MongoManagedEntityAdvice(E entity, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, String collectionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(org.aopalliance.intercept.MethodInvocation invocation)
-