Thanks! Your video pointed out some defaults regarding convention of columns in one to many mapping that I've missed in other guides.
@mcolsenet4 жыл бұрын
We need to have a look at your application.properties to understand your datasource config. Many many good things that I never seen elsewhere here but all of it at the end not usable.
@mars0095 жыл бұрын
Coding along what you have seems your example no longer works with the current version of jdbc. I see an exception at the Rental class due to its lack of identifier when trying to save a Movie with a Set
@nareshd77164 жыл бұрын
why hibernate application executing slow(taking 2-3 minutes) with Oracle (12c, 18c) database, but no issues with postgres and mysql
@SpringAcademy3 жыл бұрын
No idea about Oracle. The last time I worked with Oracle was in 2008 🤷♂️
@nareshd77163 жыл бұрын
@@SpringAcademy Ok bro😊
@josetRc6 жыл бұрын
please, could you put link github for download this demo?
@SpringAcademy5 жыл бұрын
I'll publish sources for all the videos in one place soon(ish) and ping you when it's done!
@gabrielferrer32054 жыл бұрын
is there a github page for this video?
@prasanthkumarraghupatruni39595 жыл бұрын
Could you please share github url for this demo?
@SpringAcademy5 жыл бұрын
I'll publish sources for all the videos in one place soon(ish) and ping you when it's done!
@pr0master6 жыл бұрын
Is there somewhere an example with flyway on github?
@masterprattu3 жыл бұрын
Great video!
@masterprattu3 жыл бұрын
Ok after actually trying it out, I find spring data jdbc is overtly difficult for mapping one to many relationships.