Skip to content

Commit

Permalink
improve two sentences of spec
Browse files Browse the repository at this point in the history
- fix a typo
- be more explicit
  • Loading branch information
gavinking committed Mar 21, 2024
1 parent 929a5eb commit 3b2732c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/repository.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Jakarta Data defines a hierarchy of built-in interfaces which user-defined repos
....

A repository which extends a built-in supertype usually acts as a home for operations acting in a single entity type.
This entity type is designated via the first generic type variable of the generic supertype.
A repository which extends a built-in supertype usually acts as a home for operations acting on a single entity type called the _primary entity type_ of the repository.
The primary entity type is determined by the argument to the first generic type variable of the generic supertype.

- The `BasicRepository` interface includes some of the most common operations applying to a single type of entity, including `save()`, `delete()`, and `findById()`.

Expand Down

0 comments on commit 3b2732c

Please sign in to comment.