diff --git a/api/src/main/java/jakarta/nosql/Template.java b/api/src/main/java/jakarta/nosql/Template.java index 1b2f90238..54dfddd90 100644 --- a/api/src/main/java/jakarta/nosql/Template.java +++ b/api/src/main/java/jakarta/nosql/Template.java @@ -205,7 +205,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} method.

* - *

If the entity is versioned (for example, with {@code jakarta.persistence.Version} or by + *

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.