Files
spring-data-commons/spring-data-commons-core
Oliver Gierke 467283325a DATACMNS-12 - Refactored transaction support of RepositoryFactoryBeanSupport into separate subclass.
As we will deal with data stores not supporting transactions we should not activate transactions by default. For persistence technologies providing transaction support there's TransactionalRepositoryFactoryBeanSupport now, which pretty much contains the functionality that formerly resided in RFBS.

Note this required changes in the namespace as well. Concrete persistence technology specific namespaces now have to choose between repository-attributes or transactional-repository-attributes attribute group whereas the latter contains the transaction-manager-ref attribute.
2011-01-26 17:43:17 +02:00
..
2010-11-17 17:37:14 -05:00
2010-11-17 17:37:14 -05:00
2010-11-17 17:37:14 -05:00
2010-12-23 18:34:22 -05:00