HHH-5652 - Create "Take It Further" tasks for the JPA chapter of the GSG
This commit is contained in:
parent
a1974db607
commit
33b33ca7dc
|
@ -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>
|
Loading…
Reference in New Issue