Class GemfireCacheTransactionsConfiguration

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportAware, EnvironmentAware

@Configuration @EnableTransactionManagement public class GemfireCacheTransactionsConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
The GemfireCacheTransactionsConfiguration class is a Spring @Configuration class used to enable Spring's Transaction Management infrastructure along with SDG's GemfireTransactionManager to manage local, cache transactions for either Pivotal GemFire or Apache Geode.
Since:
2.0.0
Author:
John Blum
See Also: