Skip to content

Commit

Permalink
docs: update api/nosql-core/src/main/java/jakarta/nosql/Entity.java
Browse files Browse the repository at this point in the history
Co-authored-by: Otávio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
dearrudam and otaviojava committed Jun 12, 2023
1 parent 9fbe389 commit e58668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/nosql-core/src/main/java/jakarta/nosql/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Specifies that the class is an entity.
* <p>
* You can include one or multiple entities without requiring additional annotations like {@code OneToOne} or {@code OneToMany} in JPA when using the API.
You can include one or multiple entities if the Database supports it.
* <p>
* The sample below shows two entities, Person and Address, where a person has an address:
*
Expand Down

0 comments on commit e58668f

Please sign in to comment.