[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [data-dev] Jakarta Data
|
I dont mean entities relationship, I mean how many repositories you have for different entities.
One repo for one entity, one repo for multiple entitie, without being forced to extend some kind of CrudRepository that forces to have an entire repository all about a single entity.
That was confusing, my bad! And thanks for answering!
Jakarta Data does not help you handle entity relations; the Jakarta Persistence cascade options do not work in Jakarta Data.
Hey, guys!
I'm preparing a talk about Jakarta Data. The main goal with the talk is to rethink Data Repositories using Jakarta Data and Quarkus.
I want to cover up to 5 topics on how Jakarta Data helps us to implement the persistence layer in a different way. Here are a few topics I wrote down while reading and watching other presentations:
1 - Type safety
2 - Repository/Entity relationship: One to one, one to many, many to many
3 - Debbuging and understanding
4 - Simpler queries
5 - Flexibility and productivity
Any thoughts on these 5, specifically if they are accurate according to Jakarta Data goals or if any of these could be replaced by a different topic?
If there's a different mailing list or forum where I should send this question, just let me know!
Thanks in advance!