minor typo fixes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3021 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
8eeac67910
commit
16f62e23a8
|
|
@ -821,7 +821,7 @@ TR: REVISED, PLS REVIEW. It's not very clear. I've revised it. It refers to non-
|
|||
<interfacename>PlatformTransactionManager</interfacename>
|
||||
instance<!--Replace *this* with exactly what *this* refes to--> as
|
||||
the value of the <property>jtaTransactionManager</property> property
|
||||
for <classname>LocalSessionFactoryBea.</classname> Spring then makes
|
||||
for <classname>LocalSessionFactoryBean.</classname> Spring then makes
|
||||
the object available to Hibernate.</para>
|
||||
</listitem>
|
||||
|
||||
|
|
@ -860,7 +860,7 @@ TR: OK AS IS. This is very container dependent, and either case is possible.-->T
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Among other activities, this synchronization<!--Identify *this*. TR: REVISED, PLS REVIEW. Added "synchronization"-->can
|
||||
<para>Among other activities, this synchronization<!--Identify *this*. TR: REVISED, PLS REVIEW. Added "synchronization"--> can
|
||||
trigger a callback by Spring to Hibernate, through Hibernate's
|
||||
<literal>afterTransactionCompletion</literal> callback <!--Preceding line, is *afterTransactionCompletion* callback the same as *afterCompletion* callback in step 2? If so, revise so --><!--there is no redundancy, or at least refer to the two callbacks in the same way.
|
||||
TR: OK AS IS. Two different callback methhods - one is Spring's (*afterCompletion*) and the other is Hibernate's (*afterTransactionCompletion*)-->(used
|
||||
|
|
|
|||
Loading…
Reference in New Issue