1. Hibernate (JPA) how to do an eager query, loading all child objects stackoverflow.comRelating to my earlier question, I want to ensure all the child objects are loaded as I have a multiple threads that may need to access the data (and thus ... |
2. How to load JPA entites via dynamic EJB-QL from standalone cache, without hitting the database stackoverflow.comI've got a JPA entity that is loaded via dynamic ejb ql queries that can be configured by the user fairly freely. In comes a new requirement: Users should be allowed ... |