mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 04:05:39 +00:00
refreshed criteria doco
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5444 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
80baaa797b
commit
b88afdf049
@ -241,8 +241,8 @@ List results = session.createCriteria(Cat.class)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
An alias to optionally be assigned to a projection, so that it may be
|
||||
referred to in restrictions or orderings.
|
||||
An alias may optionally be assigned to a projection, so that the projected value
|
||||
may be referred to in restrictions or orderings.
|
||||
</para>
|
||||
|
||||
<programlisting><![CDATA[List results = session.createCriteria(Cat.class)
|
||||
|
Loading…
x
Reference in New Issue
Block a user