bring back the not so out of date comment again ;)
git-svn-id: https://svn.jboss.org/repos/hibernate/branches/Branch_3_2/Hibernate3/doc@11416 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
aea1f33de9
commit
3ab4a9578d
|
@ -533,7 +533,7 @@ List pusList = query.setString("name", "Pus%").list(); ]]></programlist
|
|||
discriminator column.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="sp_query" revision="2">
|
||||
<sect2 id="sp_query" revision="1">
|
||||
<title>Using stored procedures for querying</title>
|
||||
|
||||
<para>Hibernate 3 introduces support for queries via stored procedures
|
||||
|
@ -574,6 +574,10 @@ BEGIN
|
|||
{ ? = call selectAllEmployments() }
|
||||
</sql-query>]]></programlisting>
|
||||
|
||||
<para>Notice stored procedures currently only return scalars and
|
||||
entities. <literal><return-join></literal> and
|
||||
<literal><load-collection></literal> are not supported.</para>
|
||||
|
||||
<sect3 id="querysql-limits-storedprocedures" revision="1">
|
||||
<title>Rules/limitations for using stored procedures</title>
|
||||
|
||||
|
|
Loading…
Reference in New Issue