Support automatic mapping through JPA models
See original GitHub issueWe have just found this great library and started to use it for our project. As of now we are using Spring Boot with Hibernate. Hence we have all models already written as JPA Pojos.
Right now I need to duplicate my mappings via implementing anAbstractMapping instance per entity. It would be great if a JpaMapping class would exist that we could use instead.
Maybe something like this is already in the making on your side?
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (21 by maintainers)
Top Results From Across the Web
Mapping JPA Entities into DTOs in Spring Boot Using MapStruct
Avoid boilerplate code by automatically mapping JPA entities into DTOs in Spring Boot and Java by harnessing MapStruct.
Read more >Ultimate Guide - Association Mappings with JPA and Hibernate
Association mappings are one of the key features of JPA and Hibernate. They model the relationship between two database tables as attributes in...
Read more >How to map a composite identifier using an automatically ...
Although not a very common mapping, you can map a composite identifier where one of the Primary Key columns is auto-generated. While for...
Read more >JPA / Hibernate One to One Mapping Example with Spring Boot
In this article, you'll learn how to map a one to one bidirectional relationship using JPA, Hibernate and Spring Boot.
Read more >Dynamic Mapping with Hibernate - Baeldung
Note that although Hibernate implements the JPA specification, annotations described here are available only in Hibernate and are not ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

OK! I write some documentation and prepare a release. 👍
Thanks a lot for your efforts. I will look into it after the breakfast 😃