subselect « Exception « JPA Q&A





2. Error parsing a subselect of a subselect.    forum.hibernate.org

Newbie Joined: Wed Oct 12, 2005 10:50 am Posts: 4 Hi! I've got a problem with subselect of subselect, hibernate seems to have problem to parse my hql. Strange cause the hibernate generate the same code doing the 'pagination' (findPaginated). Anyone ever did something like that? Thanks! This is my hql: SELECT cot.vlCotacaoIndFinanceiro FROM com.mercurio.lms.configuracoes.model.CotacaoIndicadorFinanceiro cot join cot.indicadorFinanceiro idf WHERE idf.nmIndicadorFinanceiro ...