From b879c6ab7d73335ec8c091d5ff1ea250e928e337 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Thu, 6 Sep 2012 08:41:37 -0500 Subject: [PATCH] HHH-7575 - Hibernate Getting Started Guide refers to incorrect tutorial directory for annotations tutoral (cherry picked from commit 094c08cd087cdfff1b3909e10a1a95581ec75068) --- .../quickstart/en-US/content/tutorial_annotations.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml b/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml index 0a551a950c..f10aa99caf 100644 --- a/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml +++ b/documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml @@ -4,7 +4,7 @@ Tutorial Using Native Hibernate APIs and Annotation Mappings - This tutorial is located within the download bundle under basic. + This tutorial is located within the download bundle under annotations. Objectives @@ -55,8 +55,7 @@ public class Event { It functions the same as the class mapping element discussed in . Additionally the @javax.persistence.Table annotation explicitly specifies the table - name. Without this specification, the default table name would be EVENT). + name. Without this specification, the default table name would be EVENT).