<context:annotation-config/>
<context:component-scan...
這是用於類,我需要用@Repository @Service @Component註解......瞭解spring xml註釋元數據?
的使用,如果我需要,如果使用@Configurable
<tx:annotation-driven transaction-manager="transactionManager" />
<context:component-scan...
利用我需要@Transactional,除此之外,爲了使用事務管理,我需要在xml中添加哪些其他元數據?
<bean
class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
什麼是需要在XML中添加此?出於什麼目的?