Java org.springframework.transaction.interceptor TransactionProxyFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.interceptor TransactionProxyFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.interceptor TransactionProxyFactoryBean.

The text is from its open source code.

Subclass

org.springframework.transaction.interceptor.TransactionProxyFactoryBean has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
ObjectgetObject()
voidsetTarget(Object target)
Set the target object, that is, the bean to be wrapped with a transactional proxy.
voidsetTransactionAttributes(Properties transactionAttributes)
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g.
voidsetTransactionManager(PlatformTransactionManager transactionManager)
Set the default transaction manager.