Skip to content

Commit

Permalink
updates the mapping package
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Aug 31, 2020
1 parent 72c056c commit d5209c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

/**
* Defines the core API in mapping level
* Defines the core API in mapping level.
* It brings an easy interface to support key-value, column family, document oriented and graph
* databases using as base Jakarta NoSQL in CDI based.
* The API's focus is on simplicity and ease of use.
Expand All @@ -24,7 +24,7 @@
* <li>Jakarta NoSQL Communication Based</li>
* <li>Events to insert, delete, update</li>
* <li>Supports to Bean Validation</li>
* <li>ORM Annotation Based</li>
* <li>Annotation Driven Based</li>
* <li>Configurable and extensible</li>
</ul>
* Developers should only have to know a minimal set of
Expand Down

0 comments on commit d5209c1

Please sign in to comment.