Skip to content

Commit

Permalink
docs: include template at package-info
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 22, 2024
1 parent 14bd8a4 commit 9f5c4d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/src/main/java/jakarta/nosql/package-info.java
Expand Up @@ -45,5 +45,8 @@
* <p>
* The {@link jakarta.nosql.DiscriminatorValue} annotation specifies the value of the discriminator column for the annotated
* entity type.
* <p>
* The {@link jakarta.nosql.Template} interface provides methods for interacting with NoSQL databases, allowing operations
* such as insertion, updating, querying, and deletion of entities.
*/
package jakarta.nosql;

0 comments on commit 9f5c4d6

Please sign in to comment.