Skip to content

Commit

Permalink
docs: enhance template documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Feb 21, 2024
1 parent 93cbc47 commit 3b8f964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/nosql/Template.java
Expand Up @@ -227,7 +227,7 @@ public interface Template {
* must be present in the database. In databases that use an append model to write data or
* follow the BASE model, this method behaves the same as the {@link #insert(Iterable)} method.</p>
*
* <p>If the entity is versioned (for example, with {@code jakarta.persistence.Version} or by
* <p>If the entity is versioned (for example, with an annotation or by
* another convention from the entity model such as having an attribute named {@code version}),
* then the version must also match. The version is automatically incremented when making
* the update.</p>
Expand Down

0 comments on commit 3b8f964

Please sign in to comment.