Uses of Interface
org.springframework.transaction.PlatformTransactionManager
Packages that use PlatformTransactionManager
Package
Description
AOP-based solution for declarative transaction demarcation.
Transaction SPI implementation for JTA.
Support classes for the org.springframework.transaction package.
-
Uses of PlatformTransactionManager in org.springframework.transaction.interceptor
Methods in org.springframework.transaction.interceptor that return PlatformTransactionManagerModifier and TypeMethodDescriptionTransactionAspectSupport.TransactionInfo.getTransactionManager()Methods in org.springframework.transaction.interceptor with parameters of type PlatformTransactionManagerModifier and TypeMethodDescriptionprotected TransactionAspectSupport.TransactionInfoTransactionAspectSupport.createTransactionIfNecessary(PlatformTransactionManager tm, TransactionAttribute txAttr, String joinpointIdentification) Create a transaction if necessary based on the given TransactionAttribute.protected TransactionAspectSupport.TransactionInfoTransactionAspectSupport.prepareTransactionInfo(PlatformTransactionManager tm, TransactionAttribute txAttr, String joinpointIdentification, TransactionStatus status) Prepare a TransactionInfo for the given attribute and status object.voidTransactionProxyFactoryBean.setTransactionManager(PlatformTransactionManager transactionManager) Set the default transaction manager.Constructors in org.springframework.transaction.interceptor with parameters of type PlatformTransactionManagerModifierConstructorDescriptionTransactionInfo(PlatformTransactionManager transactionManager, TransactionAttribute transactionAttribute, String joinpointIdentification) TransactionInterceptor(PlatformTransactionManager ptm, Properties attributes) Deprecated.Deprecated.as of 5.2.5, in favor ofTransactionInterceptor(TransactionManager, TransactionAttributeSource) -
Uses of PlatformTransactionManager in org.springframework.transaction.jta
Classes in org.springframework.transaction.jta that implement PlatformTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for JTA, delegating to a backend JTA provider. -
Uses of PlatformTransactionManager in org.springframework.transaction.support
Subinterfaces of PlatformTransactionManager in org.springframework.transaction.supportModifier and TypeInterfaceDescriptioninterfaceExtension of thePlatformTransactionManagerinterface, exposing a method for executing a given callback within a transaction.interfaceExtension of thePlatformTransactionManagerinterface, indicating a native resource transaction manager, operating on a single target resource.Classes in org.springframework.transaction.support that implement PlatformTransactionManagerModifier and TypeClassDescriptionclassAbstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers likeJtaTransactionManager.Methods in org.springframework.transaction.support that return PlatformTransactionManagerModifier and TypeMethodDescriptionTransactionTemplate.getTransactionManager()Return the transaction management strategy to be used.Methods in org.springframework.transaction.support with parameters of type PlatformTransactionManagerModifier and TypeMethodDescriptionvoidTransactionTemplate.setTransactionManager(PlatformTransactionManager transactionManager) Set the transaction management strategy to be used.Constructors in org.springframework.transaction.support with parameters of type PlatformTransactionManagerModifierConstructorDescriptionTransactionTemplate(PlatformTransactionManager transactionManager) Construct a new TransactionTemplate using the given transaction manager.TransactionTemplate(PlatformTransactionManager transactionManager, TransactionDefinition transactionDefinition) Construct a new TransactionTemplate using the given transaction manager, taking its default settings from the given transaction definition.
TransactionAspectSupport.setTransactionAttributes(Properties)