SQLQuery « Fetch « JPA Q&A





1. SQLQuery, lazy/eager fetch modes    forum.hibernate.org

I have a SQL statement that I'm using as a basis for a SQL Query. The base entity mapped returns it no problem. The base entity has 3 bags - which are mapped to other objects using their foreign keys. The issue I'm having is that I want to return deeper sets of objects based on a runtime parameter, and I ...