HHH-10267 - Support defining lazy attribute fetch groups

This commit is contained in:
Steve Ebersole 2015-11-18 09:47:51 -06:00
parent ccc99c690f
commit f8e359db2b
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
This blows up in normal Java usage. The correct normal Java usage is:
</para>
<example>
<title>Incorrect normal Java usage</title>
<title>Correct normal Java usage</title>
<programlisting role="JAVA"><xi:include href="extras/BiDirManagementNormalJavaCorrect.java" parse="text" /></programlisting>
</example>
<para>
@ -178,7 +178,7 @@
<term>enableDirtyTracking</term>
<listitem>
<para>
Whether enhancement for sefl-dirty tracking should be done.
Whether enhancement for self-dirty tracking should be done.
</para>
</listitem>
</varlistentry>