Skip to content

Commit 7932bba

Browse files
Update documentation/src/main/asciidoc/introduction/Entities.adoc
Co-authored-by: Gavin King <[email protected]>
1 parent cfae086 commit 7932bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/introduction/Entities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ Let's pause to remember the annotations we've met so far.
14861486
| Annotation | Purpose | JPA-standard
14871487

14881488
| `@GeneratedValue` | Specify that an identifier is system-generated | &#10004;
1489-
| `@SequenceGenerator` | Define an id generated backed by a database sequence | &#10004;
1489+
| `@SequenceGenerator` | Define an id generator backed by a database sequence | &#10004;
14901490
| `@TableGenerator` | Define an id generated backed by a database table | &#10004;
14911491
| `@IdGeneratorType` | Declare an annotation that associates a custom `Generator` with each `@Id` attribute it annotates | &#10006;
14921492
| `@ValueGenerationType` | Declare an annotation that associates a custom `Generator` with each `@Basic` attribute it annotates | &#10006;

0 commit comments

Comments
 (0)