1. Hibernate 2nd level cache objects that are lazy=false, result in a default fetch=join, is it documented anywhere? stackoverflow.comI experience the following apparently undocumented issue, and I want to understand if
|
2. Join Fetch with non-default constructor not working forum.hibernate.orgI am migrating from hibernate 3.0.5 to 3.3.2.GA. I have an HQL Query with a non Default constructor and a join fetch. When i run it with non Default constructor it gives me error org.hibernate.QueryException: query specified join fetching, but the owner of the fetched association was not present in the select list [FromElement{explicit,not a collection join,fetch join,fetch non-lazy properties,classAlias=pr,role=null,tableName=DOCUMENT_PRECEDENCE,tableAlias=precedence1_,origin=DOCUMENT_OUT documentou0_,colums={documentou0_.DOC_PRECEDENCE_ID ... |