From 4832fa5ad95170b374df6060424762e4425e8291 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Sat, 16 Jul 2005 20:59:24 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@7514 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/batch.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/en/modules/batch.xml b/reference/en/modules/batch.xml index 197cb6ae89..38f47ae20c 100755 --- a/reference/en/modules/batch.xml +++ b/reference/en/modules/batch.xml @@ -109,7 +109,7 @@ session.close();]]> - The psuedo-syntax for UPDATE and DELETE statements + The pseudo-syntax for UPDATE and DELETE statements is: ( UPDATE | DELETE ) FROM? EntityName (WHERE where_conditions)?. Some points to note: @@ -187,7 +187,7 @@ session.close();]]> - The psuedo-syntax for INSERT statements is: + The pseudo-syntax for INSERT statements is: INSERT INTO EntityName properties_list select_statement. Some points to note: