JPA specialization [Proposal] #143
Labels
design
Improvements or additions to design
documentation
Improvements or additions to documentation
enhancement
New feature or request
The goal is to isolate the
CrudRepository
andRepository
to work with any persistence engine instead of JPA.Currently, our documentation is more guided to JPA, and one way to solve it is to create a specialization.
This way, we can keep the details of JPA/JDBC in place without impacting the core idea of the Data that is more agnostic than we have now.
The text was updated successfully, but these errors were encountered: