From 20dae2c7e8288031a003d25a5e87efae91da3ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Santana?= Date: Wed, 18 Jan 2023 06:39:43 +0000 Subject: [PATCH] Update README.adoc --- README.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index da71b65d4..319b8d1fa 100644 --- a/README.adoc +++ b/README.adoc @@ -11,14 +11,10 @@ Jakarta NoSQL is a Java framework that streamlines the integration of Java appli == Goals * Increase productivity performing common NoSQL operations -* Rich Object Mapping integrated with Contexts and Dependency Injection (CDI) +* Rich Object Mapping integrated * Java-based Query and Fluent-API -* Persistence lifecycle events -* Low-level mapping using Standard NoSQL APIs * Specific template API to each NoSQL category * Annotation-oriented using JPA-like naming when it makes sense -* Extensible to explore the particular behavior of a NoSQL database -* Explore the popularity of Apache TinkerPop in Graph API == One Mapping API to Multiples NoSQL Databases