ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

AOP : What is JdkRegexpMethodPointcut ?

Here we no need to give the exact method name, we have to use the regular expression to identify the methods.
        <property name="patterns">
            <list>
                <value>.*insert.*</value>
                <value>.*delete.*</value>
            </list>
        </property>
Related Posts Plugin for WordPress, Blogger...
Flag Counter