HHH-5652 - Create "Take It Further" tasks for the JPA chapter of the GSG

This commit is contained in:
Steve Ebersole 2011-05-04 09:20:57 -05:00
parent a1974db607
commit 33b33ca7dc
1 changed files with 12 additions and 3 deletions

View File

@ -127,5 +127,14 @@ entityManager.close();]]></programlisting>
<section id="hibernate-gsg-tutorial-annotations-further">
<title>Take it further!</title>
<itemizedlist>
<title>Practice Exercises</title> <listitem> <para> </para> </listitem> <listitem> <para> </para> </listitem>
</itemizedlist> </section> </chapter>
<title>Practice Exercises</title>
<listitem>
<para>
Develop an EJB Session bean to investigate implications of using a container-managed
persistence context (<interfacename>javax.persistence.EntityManager</interfacename>). Try both
stateless and stateful use-cases.
</para>
</listitem>
</itemizedlist>
</section>
</chapter>