Class BasicRepositoryPointcut
java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.StaticMethodMatcherPointcut
com.foreach.across.modules.hibernate.aop.BasicRepositoryPointcut
- All Implemented Interfaces:
- org.springframework.aop.MethodMatcher,- org.springframework.aop.Pointcut
public class BasicRepositoryPointcut
extends org.springframework.aop.support.StaticMethodMatcherPointcut
Defines the pointcut for intercepting BasicRepository persistence methods.
- Author:
- Arne Vandamme
- 
Field SummaryFields inherited from interface org.springframework.aop.MethodMatcherTRUEFields inherited from interface org.springframework.aop.PointcutTRUE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.aop.ClassFilterbooleanMethods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcutgetMethodMatcher, setClassFilterMethods inherited from class org.springframework.aop.support.StaticMethodMatcherisRuntime, matches
- 
Constructor Details- 
BasicRepositoryPointcutpublic BasicRepositoryPointcut()
 
- 
- 
Method Details- 
getClassFilterpublic org.springframework.aop.ClassFilter getClassFilter()- Specified by:
- getClassFilterin interface- org.springframework.aop.Pointcut
- Overrides:
- getClassFilterin class- org.springframework.aop.support.StaticMethodMatcherPointcut
 
- 
matches
 
-