equivalent to proxy-target-class="true|false"
attribute of
<tx:annotation-driven/>
.
equivalent to proxy-target-class="true|false"
attribute of
<tx:annotation-driven/>
. If set to true, then class based proxies are used.
False means that standard JDK interface-based proxies should be created.
Spring's AOP framework proxy transaction mode. To be used as parameter of ) Equivalent to
mode="proxy"
attribute of<tx:annotation-driven/>
.equivalent to
proxy-target-class="true|false"
attribute of<tx:annotation-driven/>
. If set to true, then class based proxies are used. False means that standard JDK interface-based proxies should be created.1.0