Class AbstractDelegatedAdvice<T,E>
- java.lang.Object
-
- com.alpha.mongodb.entitymanager.proxy.advice.AbstractDelegatedAdvice<T,E>
-
- Type Parameters:
T- The manageable interfaceE- The entity class
- All Implemented Interfaces:
DelegatedAdvice<T>,org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
- Direct Known Subclasses:
CloneableAdvice,DeletableAdvice,ManageableAdvice,RefreshableAdvice,UpdatableAdvice
public abstract class AbstractDelegatedAdvice<T,E> extends Object implements DelegatedAdvice<T>
Abstract class for Delegated Advices for Manageable Entities
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddetach()protected booleanvalidateEntity()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.alpha.mongodb.entitymanager.proxy.advice.DelegatedAdvice
getAdvisedClass, getAdvisedMethods
-
-