Skip to content

Commit 094c08c

Browse files
committed
HHH-7575 - Hibernate Getting Started Guide refers to incorrect tutorial directory for annotations tutoral
1 parent 7e0559e commit 094c08c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Tutorial Using Native Hibernate APIs and Annotation Mappings</title>
55

66
<para>
7-
This tutorial is located within the download bundle under <filename>basic</filename>.
7+
This tutorial is located within the download bundle under <filename>annotations</filename>.
88
</para>
99
<itemizedlist>
1010
<title>Objectives</title>
@@ -55,8 +55,7 @@ public class Event {
5555
It functions the same as the <varname>class</varname> mapping element discussed in <xref
5656
linkend="hibernate-gsg-tutorial-basic-mapping"/>. Additionally the
5757
<interfacename>@javax.persistence.Table</interfacename> annotation explicitly specifies the table
58-
name. Without this specification, the default table name would be <literal>EVENT</literal>).<!-- It is a
59-
literal value, not a table as a table -->
58+
name. Without this specification, the default table name would be <database class="table">EVENT</database>).
6059
</para>
6160

6261
<example xml:id="hibernate-gsg-tutorial-annotations-entity-id">

0 commit comments

Comments
 (0)