Class PlatformTransactionManagerPostProcessor
java.lang.Object
com.sap.cds.framework.spring.config.datasource.PlatformTransactionManagerPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
@AutoConfiguration
@ConditionalOnClass(org.springframework.transaction.PlatformTransactionManager.class)
public class PlatformTransactionManagerPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?>[]determineProxyInterfaces(Class<?> clazz) postProcessAfterInitialization(Object bean, String beanName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
PlatformTransactionManagerPostProcessor
public PlatformTransactionManagerPostProcessor()
-
-
Method Details
-
determineProxyInterfaces
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-