Lazy loading can reduce unnecessary database traffic, but it requires all lazy-loaded object navigation within the session. Hibernate provides a workaround.
Also find me here:
Baeldung Author
Petr Shatunov
A customer-focused, backend developer with a passion to learn new and to share the knowledge. Work with enterprise applications.
Here's what I've written (so far):
Baeldung on Java
- All
- Persistence (1)
Baeldung on Kotlin
- All
- Kotlin Collections (1)
- Kotlin Basics (1)
Sequences in Kotlin
Filed under Kotlin Collections
Learn how to work with sequences in Kotlin.
Kotlin Ternary Conditional Operator
Filed under Kotlin Basics
Learn how to mimic a ternary operator in Kotlin