File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
documentation/src/main/asciidoc/introduction Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1486,7 +1486,7 @@ Let's pause to remember the annotations we've met so far.
1486
1486
| Annotation | Purpose | JPA-standard
1487
1487
1488
1488
| `@GeneratedValue` | Specify that an identifier is system-generated | ✔
1489
- | `@SequenceGenerator` | Define an id generated backed by a database sequence | ✔
1489
+ | `@SequenceGenerator` | Define an id generator backed by a database sequence | ✔
1490
1490
| `@TableGenerator` | Define an id generated backed by a database table | ✔
1491
1491
| `@IdGeneratorType` | Declare an annotation that associates a custom `Generator` with each `@Id` attribute it annotates | ✖
1492
1492
| `@ValueGenerationType` | Declare an annotation that associates a custom `Generator` with each `@Basic` attribute it annotates | ✖
You can’t perform that action at this time.
0 commit comments