Snippets tagged “lazy”
1 snippet uses this tag.
- Difference between FetchType LAZY and EAGER in Java Persistence API?Java
In the Java Persistence API (JPA), the FetchType enum is used to specify the strategy for fetching data from the database.
1 snippet uses this tag.
In the Java Persistence API (JPA), the FetchType enum is used to specify the strategy for fetching data from the database.