Skip to content

Commit

Permalink
docs: enhances documentation at core
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jul 28, 2023
1 parent c02e0b0 commit c199201
Showing 1 changed file with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,9 @@
*/

/**
* This package contains all columns API to artemis.
* Artemis is a flexible and extensible ORM to connect NoSQL databases. It brings an easy interface to
* support key-value, column family, document oriented and graph databases using as base Diana in CDI based.
* The API's focus is on simplicity and ease of use.
* <ul>
* <li>CDI Based</li>
* <li>Diana Based</li>
* <li>Events to insert, delete, update</li>
* <li>Supports to Bean Validation</li>
* <li>ORM Annotation Based</li>
* <li>Configurable and extensible</li>
</ul>
* Developers should only have to know a minimal set of
* artifacts to work with the solution.
* The API is built on latest Java 8 features and therefore fit
* perfectly with the functional features of Java 8.
* This package contains annotations and common APIs used in the Eclipse JNoSQL project for NoSQL database integration
* and object-mapping functionalities.
* <p>The annotations in this package are used to provide metadata and configuration details to the JNoSQL framework.
* Developers can use these annotations to define entity mappings, relationships, and query options for NoSQL databases.
*/
package org.eclipse.jnosql.mapping;

0 comments on commit c199201

Please sign in to comment.