HHH-5022 Small documentation improvements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19024 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
0e3378180c
commit
84e07a2b63
|
@ -427,7 +427,6 @@ public class DomesticCat extends Cat {
|
|||
|
||||
<programlisting role="JAVA"><![CDATA[Session s = openSession();
|
||||
Transaction tx = s.beginTransaction();
|
||||
Session s = openSession();
|
||||
|
||||
// Create a customer
|
||||
Map david = new HashMap();
|
||||
|
|
|
@ -1147,7 +1147,7 @@ order by count(msg)]]></programlisting>
|
|||
</para>
|
||||
|
||||
<programlisting><![CDATA[select usr.id, usr.name
|
||||
from User usr.name
|
||||
from User usr
|
||||
join usr.messages msg
|
||||
group by usr.id, usr.name
|
||||
having count(msg) >= 1]]></programlisting>
|
||||
|
|
Loading…
Reference in New Issue