From 90b9bec988361b85caf7f181be74775b34172baa Mon Sep 17 00:00:00 2001 From: Gavin King Date: Sun, 30 Jan 2005 15:15:05 +0000 Subject: [PATCH] refreshed criteria doco git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5441 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/query_criteria.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/reference/en/modules/query_criteria.xml b/reference/en/modules/query_criteria.xml index 51d7c115fc..0f937a1658 100644 --- a/reference/en/modules/query_criteria.xml +++ b/reference/en/modules/query_criteria.xml @@ -241,14 +241,19 @@ List results = session.createCriteria(Cat.class) - The projection factory methods allow an alias to optionally be assigned - to a projection, so that it may be referred to in restrictions or orderings. + An alias to optionally be assigned to a projection, so that it may be + referred to in restrictions or orderings. + +