Skip to content

Commit

Permalink
Fixed image syntax in DataPersistence.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Mar 4, 2015
1 parent 5843e54 commit 3e85cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/DataPersistence.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ For ticket category, the choice of natural identity is easy and obvious - it mus

[[eclipse-generate-hashcode-equals]]
.Generate hashCode() and equals() in Eclipse
image::gfx/eclipse-generate-hashcode-equals.png
image::gfx/eclipse-generate-hashcode-equals.png[]

Now, select the properties to include:

[[eclipse-generate-hashcode-equals-2]]
.Generate hashCode() and equals() in Eclipse
image::gfx/eclipse-generate-hashcode-equals-2.png
image::gfx/eclipse-generate-hashcode-equals-2.png[]

Now that we have a JavaBean, let's proceed to make it an entity. First, add the `@Entity` annotation to the class:

Expand Down

0 comments on commit 3e85cb6

Please sign in to comment.