HHH-426, added to doco
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6728 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
fa5ff8dd9a
commit
e9c5d7a9a7
|
@ -247,8 +247,12 @@ BEGIN
|
|||
The rules are different for each database, since database vendors have different stored
|
||||
procedure semantics/syntax.
|
||||
</para>
|
||||
|
||||
|
||||
<para>
|
||||
Stored procedure queries can't be paged with <literal>setFirstResult()/setMaxResults()</literal>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
For Oracle the following rules apply:
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue