posts - 325,  comments - 25,  trackbacks - 0

"from Person as p where p.name like ?","%"+name+"%"


<bean id="popupService" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
   <property name="target" ref="popupServiceTarget"></property>
   <property name="transactionManager" ref="transactionManager"></property>
   <property name="transactionAttributes">
    <props>
     <prop key="get*">PROPOGATION_REQUIRED,readOnly</prop>
     <prop key="*">PROPOGATION_REQUIRED</prop>
    </props>
   </property>
  </bean>

posted on 2011-09-22 18:06 长春语林科技 阅读(172) 评论(0)  编辑  收藏 所属分类: spring

只有注册用户登录后才能发表评论。


网站导航:
 
<2011年9月>
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

 

长春语林科技欢迎您!

常用链接

留言簿(6)

随笔分类

随笔档案

文章分类

文章档案

相册

收藏夹

搜索

  •  

最新评论

阅读排行榜

评论排行榜