Skip to content

Commit

Permalink
HHH-7575 - Hibernate Getting Started Guide refers to incorrect tutori…
Browse files Browse the repository at this point in the history
…al directory for annotations tutoral

(cherry picked from commit 094c08c)
  • Loading branch information
sebersole committed Sep 6, 2012
1 parent c5a1554 commit b879c6a
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -4,7 +4,7 @@
<title>Tutorial Using Native Hibernate APIs and Annotation Mappings</title>

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

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

0 comments on commit b879c6a

Please sign in to comment.