From 3ee35773147a64812c6633917bb709e329c592d2 Mon Sep 17 00:00:00 2001 From: Diego Plentz Date: Sun, 8 Jul 2007 09:24:38 +0000 Subject: [PATCH] [HHH-2201] session.iterate() does not exist git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12748 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- .../manual/en-US/src/main/docbook/modules/performance.xml | 2 +- .../manual/en-US/src/main/docbook/modules/query_hql.xml | 4 ++-- .../manual/es-ES/src/main/docbook/modules/performance.xml | 2 +- .../manual/es-ES/src/main/docbook/modules/query_hql.xml | 4 ++-- .../manual/fr-FR/src/main/docbook/modules/performance.xml | 2 +- .../manual/fr-FR/src/main/docbook/modules/query_hql.xml | 4 ++-- .../manual/ja-JP/src/main/docbook/modules/performance.xml | 2 +- .../manual/ja-JP/src/main/docbook/modules/query_hql.xml | 4 ++-- .../manual/ko-KR/src/main/docbook/modules/performance.xml | 2 +- .../manual/ko-KR/src/main/docbook/modules/query_hql.xml | 4 ++-- .../manual/pt-BR/src/main/docbook/modules/performance.xml | 2 +- .../manual/pt-BR/src/main/docbook/modules/query_hql.xml | 4 ++-- .../manual/zh-CN/src/main/docbook/modules/performance.xml | 2 +- .../manual/zh-CN/src/main/docbook/modules/query_hql.xml | 4 ++-- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/documentation/manual/en-US/src/main/docbook/modules/performance.xml b/documentation/manual/en-US/src/main/docbook/modules/performance.xml index 9ba00f9cce..fb71c1b501 100644 --- a/documentation/manual/en-US/src/main/docbook/modules/performance.xml +++ b/documentation/manual/en-US/src/main/docbook/modules/performance.xml @@ -351,7 +351,7 @@ System.out.println( dc.getWeight() ); // 11.0]]> diff --git a/documentation/manual/en-US/src/main/docbook/modules/query_hql.xml b/documentation/manual/en-US/src/main/docbook/modules/query_hql.xml index 6df30fa1ec..2b35700f1a 100644 --- a/documentation/manual/en-US/src/main/docbook/modules/query_hql.xml +++ b/documentation/manual/en-US/src/main/docbook/modules/query_hql.xml @@ -1085,7 +1085,7 @@ order by account.type.sortOrder, account.accountNumber, payment.dueDate]]> - + To order a result by the size of a collection, use the following query: @@ -1153,7 +1153,7 @@ Collection counts = s.filter( collection, "select this.type, count(this) group b You can find the size of a collection without initializing it: - + diff --git a/documentation/manual/es-ES/src/main/docbook/modules/performance.xml b/documentation/manual/es-ES/src/main/docbook/modules/performance.xml index 9de1f45b0e..7249f99d27 100644 --- a/documentation/manual/es-ES/src/main/docbook/modules/performance.xml +++ b/documentation/manual/es-ES/src/main/docbook/modules/performance.xml @@ -315,7 +315,7 @@ System.out.println( dc.getWeight() ); // 11.0]]> diff --git a/documentation/manual/es-ES/src/main/docbook/modules/query_hql.xml b/documentation/manual/es-ES/src/main/docbook/modules/query_hql.xml index 93d8e80bfb..bd6df664b4 100644 --- a/documentation/manual/es-ES/src/main/docbook/modules/query_hql.xml +++ b/documentation/manual/es-ES/src/main/docbook/modules/query_hql.xml @@ -1031,7 +1031,7 @@ order by account.type.sortOrder, account.accountNumber, payment.dueDate]]> - + Para ordenar un resultado por el tamaño de una colección, usa la siguiente consulta: @@ -1099,7 +1099,7 @@ Collection counts = s.filter( collection, "select this.type, count(this) group b Puedes hallar el tamaño de una colección sin inicializarla: - + diff --git a/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml b/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml index e7efa24435..2c43985227 100644 --- a/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml +++ b/documentation/manual/fr-FR/src/main/docbook/modules/performance.xml @@ -369,7 +369,7 @@ System.out.println( dc.getWeight() ); // 11.0]]> diff --git a/documentation/manual/fr-FR/src/main/docbook/modules/query_hql.xml b/documentation/manual/fr-FR/src/main/docbook/modules/query_hql.xml index b3ef322a56..081f8c6997 100644 --- a/documentation/manual/fr-FR/src/main/docbook/modules/query_hql.xml +++ b/documentation/manual/fr-FR/src/main/docbook/modules/query_hql.xml @@ -1074,7 +1074,7 @@ order by account.type.sortOrder, account.accountNumber, payment.dueDate]]> - + Pour trier les r駸ultats par la taille d'une collection, utilisez la requ黎e suivante : @@ -1142,7 +1142,7 @@ Collection counts = s.filter( collection, "select this.type, count(this) group b Vous pouvez r馗up駻er la taille d'une collection sans l'initialiser : - + diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/performance.xml b/documentation/manual/ja-JP/src/main/docbook/modules/performance.xml index f3014cead3..a3cd48d041 100644 --- a/documentation/manual/ja-JP/src/main/docbook/modules/performance.xml +++ b/documentation/manual/ja-JP/src/main/docbook/modules/performance.xml @@ -347,7 +347,7 @@ System.out.println( dc.getWeight() ); // 11.0]]> diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/query_hql.xml b/documentation/manual/ja-JP/src/main/docbook/modules/query_hql.xml index 8a20412004..7ee6ff99f8 100644 --- a/documentation/manual/ja-JP/src/main/docbook/modules/query_hql.xml +++ b/documentation/manual/ja-JP/src/main/docbook/modules/query_hql.xml @@ -1056,7 +1056,7 @@ order by account.type.sortOrder, account.accountNumber, payment.dueDate]]> - + コレクションのサイズにより結果を並べ替えるためには以下のクエリを使用します。: @@ -1123,7 +1123,7 @@ Collection counts = s.filter( collection, "select this.type, count(this) group b コレクションを初期化せずにコレクションのサイズを得ることができます。: - + diff --git a/documentation/manual/ko-KR/src/main/docbook/modules/performance.xml b/documentation/manual/ko-KR/src/main/docbook/modules/performance.xml index b31da5a661..13bb14fab6 100644 --- a/documentation/manual/ko-KR/src/main/docbook/modules/performance.xml +++ b/documentation/manual/ko-KR/src/main/docbook/modules/performance.xml @@ -315,7 +315,7 @@ System.out.println( dc.getWeight() ); // 11.0]]> diff --git a/documentation/manual/ko-KR/src/main/docbook/modules/query_hql.xml b/documentation/manual/ko-KR/src/main/docbook/modules/query_hql.xml index 021912d6dc..7f6d75aac4 100644 --- a/documentation/manual/ko-KR/src/main/docbook/modules/query_hql.xml +++ b/documentation/manual/ko-KR/src/main/docbook/modules/query_hql.xml @@ -1032,7 +1032,7 @@ order by account.type.sortOrder, account.accountNumber, payment.dueDate]]> - + ス罹餓們攪 〓クー乱 伐攵 イーウシ・シ 懍(ordering)ァ垈、ゥエ, 共搆 ァ溢攪・シ ぎ圸葺攵: @@ -1099,7 +1099,7 @@ Collection counts = s.filter( collection, "select this.type, count(this) group b 胸侠捩 ス罹餓們揆 エ一クー剩 葺ァ 賦ウ キクイ(ス罹餓)攪 〓クー・シ ーセ揆 梭共: - + diff --git a/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml b/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml index 17eadba29a..64628058b0 100755 --- a/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml +++ b/documentation/manual/pt-BR/src/main/docbook/modules/performance.xml @@ -346,7 +346,7 @@ System.out.println( dc.getWeight() ); // 11.0]]> diff --git a/documentation/manual/pt-BR/src/main/docbook/modules/query_hql.xml b/documentation/manual/pt-BR/src/main/docbook/modules/query_hql.xml index f10c174782..b016d0d5a2 100755 --- a/documentation/manual/pt-BR/src/main/docbook/modules/query_hql.xml +++ b/documentation/manual/pt-BR/src/main/docbook/modules/query_hql.xml @@ -1085,7 +1085,7 @@ order by account.type.sortOrder, account.accountNumber, payment.dueDate]]> - + Para ordenar um resultado pelo tamanho de uma Collection, use a query a seguir. @@ -1154,7 +1154,7 @@ Collection counts = s.filter( collection, "select this.type, count(this) group b Pode-se achar o tamanho de uma Collection sem inicializa-la: - + diff --git a/documentation/manual/zh-CN/src/main/docbook/modules/performance.xml b/documentation/manual/zh-CN/src/main/docbook/modules/performance.xml index 820b2aae46..87d5aeb9b9 100644 --- a/documentation/manual/zh-CN/src/main/docbook/modules/performance.xml +++ b/documentation/manual/zh-CN/src/main/docbook/modules/performance.xml @@ -310,7 +310,7 @@ System.out.println( dc.getWeight() ); // 11.0]]> diff --git a/documentation/manual/zh-CN/src/main/docbook/modules/query_hql.xml b/documentation/manual/zh-CN/src/main/docbook/modules/query_hql.xml index dbc679839a..9c87df45f3 100644 --- a/documentation/manual/zh-CN/src/main/docbook/modules/query_hql.xml +++ b/documentation/manual/zh-CN/src/main/docbook/modules/query_hql.xml @@ -1014,7 +1014,7 @@ order by account.type.sortOrder, account.accountNumber, payment.dueDate]]> - + 闍・諠ウ譬ケ謐ョ荳荳ェ髮蜷育噪螟ァ蟆乗擂霑幄。梧賜蠎擾シ悟庄莉・菴ソ逕ィ螯ゆク狗噪隸ュ蜿・シ @@ -1081,7 +1081,7 @@ Collection counts = s.filter( collection, "select this.type, count(this) group b 荳咲畑騾夊ソ蛻晏ァ句喧シ御ス蟆ア蜿ッ莉・遏・驕謎ク荳ェ髮蜷茨シCollectionシ臥噪螟ァ蟆擾シ - +