Awesome tutorial, thank you. In your dto you used only parameters with String type. In my case i used List and i can't find any solution. Can you help me, please
How to handle it for a jpa native query that returns DTO for the resultset with data from multiple tables. Also is there a way to handle null parameters on native query?
Don't use native query. It is much more readable and you want multiple databases. H2 for development because it is super fast and maybe a Postgres for deployed environments because it is reliable and a good performer.
awesome tutorial! thank you and keep it doing :)
Thanks, will do! :) Programming is fun.
@@MikesTechCorner 100%
Awesome tutorial, thank you. In your dto you used only parameters with String type. In my case i used List and i can't find any solution. Can you help me, please
Return entity and use MapStruct to map to dto
How to handle it for a jpa native query that returns DTO for the resultset with data from multiple tables. Also is there a way to handle null parameters on native query?
Don't use native query. It is much more readable and you want multiple databases. H2 for development because it is super fast and maybe a Postgres for deployed environments because it is reliable and a good performer.
awesome tutorial! thank you, is it possible to make a video about complex conditional queries and joins for reporting in Spring Boot ?
Yes good idea. Added to backlog
@@MikesTechCorner Thank you
👌👍🏻
Thank you for commenting :)
@@MikesTechCorner valuable content. Thanks for sharing knowledge and expériences. Keep on. 💙