mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1979 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
-2
@@ -59,7 +59,7 @@ import org.springframework.transaction.UnexpectedRollbackException;
|
||||
*
|
||||
* <p>Transaction synchronization is a generic mechanism for registering callbacks
|
||||
* that get invoked at transaction completion time. This is mainly used internally
|
||||
* by the data access support classes for JDBC, Hibernate, JDO, etc when running
|
||||
* by the data access support classes for JDBC, Hibernate, JPA, etc when running
|
||||
* within a JTA transaction: They register resources that are opened within the
|
||||
* transaction for closing at transaction completion time, allowing e.g. for reuse
|
||||
* of the same Hibernate Session within the transaction. The same mechanism can
|
||||
@@ -109,7 +109,6 @@ public abstract class AbstractPlatformTransactionManager implements PlatformTran
|
||||
private static final Constants constants = new Constants(AbstractPlatformTransactionManager.class);
|
||||
|
||||
|
||||
/** Transient to optimize serialization */
|
||||
protected transient Log logger = LogFactory.getLog(getClass());
|
||||
|
||||
private int transactionSynchronization = SYNCHRONIZATION_ALWAYS;
|
||||
|
||||
Reference in New Issue
Block a user