DATAJPA-410 - Improved documentation on jpa:repository namespace.
We now mention that we require a bean with name transactionManager to be present if no transaction-manager-ref is defined. Original pull request: #47.
This commit is contained in:
committed by
Oliver Gierke
parent
466dfcada9
commit
549ce5bb04
@@ -90,6 +90,11 @@
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
||||
<para>Note that we require a
|
||||
<classname>PlatformTransactionManager</classname> bean named
|
||||
<code>transactionManager</code> to be present if no explicit
|
||||
<code>transaction-manager-ref</code> is defined.</para>
|
||||
</simplesect>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user