diff --git a/data/_index.md b/data/_index.md new file mode 100644 index 0000000000..fb9b9904bc --- /dev/null +++ b/data/_index.md @@ -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." +# +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.