Merge pull request #474 from ghillert/INT-2601

This commit is contained in:
Gary Russell
2012-06-04 07:27:31 -04:00
2 changed files with 974 additions and 777 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -61,12 +61,31 @@
<section id="2.2-new-components">
<title>New Components</title>
<section id="2.2-jpa">
<title>JPA Endpoints</title>
<para>
Endpoints are now available for manipulating JPA entity objects.
</para>
</section>
<section id="2.2-jpa">
<title>JPA Endpoints</title>
<para>
Spring Integration now includes components for the Java Persistence
API (JPA) for retrieving and persisting JPA entity objects. The
JPA Adapter includes the following components:
</para>
<itemizedlist>
<listitem>
<para><emphasis><link linkend='jpa-inbound-channel-adapter'>Inbound Channel Adapter</link></emphasis></para>
</listitem>
<listitem>
<para><emphasis><link linkend='jpa-outbound-channel-adapter'>Outbound Channel Adapter</link></emphasis></para>
</listitem>
<listitem>
<para><emphasis><link linkend='jpa-updating-outbound-gateway'>Updating Outbound Gateway</link></emphasis></para>
</listitem>
<listitem>
<para><emphasis><link linkend='jpa-retrieving-outbound-gateway'>Retrieving Outbound Gateway</link></emphasis></para>
</listitem>
</itemizedlist>
<para>
For more information please see <xref linkend="jpa"/>
</para>
</section>
</section>
<section id="2.2-framework-refactorings">
<title>Framework Refactoring</title>