Spring +hibernate 宣言式 事物 + annotation

Spring +hibernate 声明式 事物 + annotation在applicationContext.xml中???在manager层(service层)中,给i

Spring +hibernate 声明式 事物 + annotation

在applicationContext.xml中

?

?

?

在manager层(service层)中,给impl类或者impl类下的方法上加

@Service@Transactional(propagation=Propagation.REQUIRED)
?

?