Skip to content

Commit

Permalink
fix a tiny typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin King <gavin@hibernate.org>
  • Loading branch information
gavinking committed Oct 21, 2024
1 parent e868c8c commit 1750b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The following table contrasts the two programming models.
| Validation of JPQL | Runtime | Compile time
|===

The fundamental difference here that Jakarta Data does not feature stateful persistence contexts.
The fundamental difference here is that Jakarta Data does not feature stateful persistence contexts.
Among other consequences:

- entity instances are always detached, and so
Expand Down

0 comments on commit 1750b2d

Please sign in to comment.