Brilliant content as always! Thinking of giving QueryDSL a go. When doing the INNER JOIN (~4:45 in) if the players (or any other collection) are LAZY fetched, will the resultant entity have the associations fetched or be proxies?
@markmngoma89774 ай бұрын
I have often not been a fan of hibernate and JPA especially when writing raw sql/jpql queries as a string almost defeating the purpose in the first place. QueryDSL with Hibernate makes so much sense, I don’t know why it is not promoted rather than the annotation based queries.
@CompanyAndJobs2 жыл бұрын
I found your videos very aesthetic and viewer-friendly. What video recording and editing tools do you use?.
@HalimAbd-x4m Жыл бұрын
can querydsl be used with akka to do database CRUD?
@compartelo0073 жыл бұрын
Thanks for you explain us QueryDSL
@fernando200014 Жыл бұрын
Where are using Hibernate in this example?
@vikashgaurav41263 жыл бұрын
Is chess your fav game ? Btw good content as always
@Thorben-Janssen3 жыл бұрын
Yes, I love chess and play whenever I have time for it
@sulaimanahmedz58263 жыл бұрын
👍♥️
@zakariaamine883 жыл бұрын
interesting thanks! this looks like JOOQ library, not sure which one inspired from the other