Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
Mapping documents:
not need it
i try for 4 hours with out success...
how can i write this sql by Criteria ?
Code:
select r.*
from kft_acl_categoria a, kft_categoria c , kft_acl aa , kft_categoria_report cr, kft_report r
where
stsacl = '1' and
a.codintctg = c.codint and
aa.codint = a.codintacl and aa.cafute = 'AV09901' and
cr.codintctg = a.codintctg and
cr.codintrep = r.codint
order by r.codint
Thanks...