Skip to content

Commit

Permalink
Merge pull request #526 from jakartaee/ivargrimstad-jakarta-data
Browse files Browse the repository at this point in the history
Create Jakarta Data
  • Loading branch information
Emily-Jiang committed Jul 27, 2022
2 parents 76d6633 + c7ab008 commit eacf540
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Jakarta Data"
summary: "Jakarta Data defines core APIs for the Jakarta EE platform allowing applications and other Jakarta EE components to explore the benefits of easy access to data technologies such as relational and non-relational databases, cloud-based data services, and so on."
#<!--.................0123456789.123456789.123456789.123456789.123456789.123456789-->
summary_sixty_char: "Standardized Data Access with the Repository pattern."
project_id: "ee4j.data"
---

Jakarta Data provides an API to allow easy data access technologies.
Thus, a Java developer can split the persistence and the model with several features such as a Repository interface with the method by query,
where the framework will implement it.

0 comments on commit eacf540

Please sign in to comment.