HHH-5652 - Create "Take It Further" tasks for the JPA chapter of the GSG
This commit is contained in:
parent
a1974db607
commit
33b33ca7dc
|
@ -124,8 +124,17 @@ entityManager.close();]]></programlisting>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="hibernate-gsg-tutorial-annotations-further">
|
<section id="hibernate-gsg-tutorial-annotations-further">
|
||||||
<title>Take it further!</title>
|
<title>Take it further!</title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<title>Practice Exercises</title> <listitem> <para> </para> </listitem> <listitem> <para> </para> </listitem>
|
<title>Practice Exercises</title>
|
||||||
</itemizedlist> </section> </chapter>
|
<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>
|
Loading…
Reference in New Issue