org.springframework.jee.config
Class AutodetectBeanFactoryServiceEnvironment
java.lang.Object
org.springframework.jee.config.AbstractServiceEnvironment
org.springframework.jee.config.AutodetectBeanFactoryServiceEnvironment
- All Implemented Interfaces:
- ServiceEnvironment
public class AutodetectBeanFactoryServiceEnvironment
- extends AbstractServiceEnvironment
Service environment that does automatic lookup inside the Spring context for
a PlatformTransactionManager and picks the first one it finds.
- Author:
- Costin Leau
- See Also:
PlatformTransactionManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutodetectBeanFactoryServiceEnvironment
public AutodetectBeanFactoryServiceEnvironment(ListableBeanFactory beanFactory)
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.