Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Wish I had found this earlier. A lot of things learned the hard way. Great session!
Excellent. Even as a veteran, all I can say is: very much appreciated.
Amazing presentation from Thorben.
The best proof that all these ORMs are not great tools is how many times in presentation we heard "it is not what we expected" :)
Wow. Thanks for the amazing session.
Incredible video, so many optimisations i cant wait to implement
Thank you so much! A lot of themes and advices!
Great session! Thank you for your presentation
Great session. Just one question why don't you upload the code?
For kotlin (to disable eager fetch) in build.gradle.kts:allOpen { annotations("javax.persistence.Entity", "javax.persistence.MappedSuperclass","javax.persistence.Embeddable")}
Wish I had found this earlier. A lot of things learned the hard way. Great session!
Excellent. Even as a veteran, all I can say is: very much appreciated.
Amazing presentation from Thorben.
The best proof that all these ORMs are not great tools is how many times in presentation we heard
"it is not what we expected"
:)
Wow. Thanks for the amazing session.
Incredible video, so many optimisations i cant wait to implement
Thank you so much! A lot of themes and advices!
Great session! Thank you for your presentation
Great session. Just one question why don't you upload the code?
For kotlin (to disable eager fetch) in build.gradle.kts:
allOpen {
annotations("javax.persistence.Entity", "javax.persistence.MappedSuperclass","javax.persistence.Embeddable")
}