File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
documentation/src/main/docbook/quickstart/en-US/content Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
<title >Tutorial Using Native Hibernate APIs and Annotation Mappings</title >
5
5
6
6
<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 >.
8
8
</para >
9
9
<itemizedlist >
10
10
<title >Objectives</title >
@@ -55,8 +55,7 @@ public class Event {
55
55
It functions the same as the <varname >class</varname > mapping element discussed in <xref
56
56
linkend =" hibernate-gsg-tutorial-basic-mapping" />. Additionally the
57
57
<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 >).
60
59
</para >
61
60
62
61
<example xml : id =" hibernate-gsg-tutorial-annotations-entity-id" >
You can’t perform that action at this time.
0 commit comments