Spring +hibernate 声明式 事物 + annotation
在applicationContext.xml中
?
??在manager层(service层)中,给impl类或者impl类下的方法上加@Service@Transactional(propagation=Propagation.REQUIRED)??
在manager层(service层)中,给impl类或者impl类下的方法上加
@Service@Transactional(propagation=Propagation.REQUIRED)