added missing back quote

This commit is contained in:
Cash Costello 2016-02-11 21:19:43 -05:00 committed by Vlad Mihalcea
parent 5e6d751bbf
commit 85e9f8b206
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ throughout Hibernate documentation.
The `<id/>` element here names the EVENT_ID column as the primary key of the EVENTS table. It also identifies the
`id` property of the `Event` class as the property containing the identifier value.
The `generator element informs Hibernate about which strategy is used to generated primary key values for this entity.
The `generator` element informs Hibernate about which strategy is used to generated primary key values for this entity.
This example uses a simple incrementing count.
[[hibernate-gsg-tutorial-basic-mapping-property]]
@ -228,4 +228,4 @@ set data.
.Practice Exercises
- [ ] Reconfigure the examples to connect to your own persistent relational database.
- [ ] Add an association to the `Event` entity to model a message thread.
- [ ] Add an association to the `Event` entity to model a message thread.