Skip to content

Commit

Permalink
docs: enhance @Entity section
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Jun 10, 2023
1 parent b4727e3 commit 946e74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/chapters/api/annotations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This annotation maps the class to Jakarta NoSQL. There is a single value attribu
public class Person {
}
----
In the case of name customization, it just needs to set the value of the @Entity annotation with the desired name as like below:

[source,java]
----
Expand Down

0 comments on commit 946e74f

Please sign in to comment.