mysql - How to convert a SQL query into hibernate criteria? -
select th.`id`,th.`type`,th.`url_label`,url.`url`,count(th.`id`) `threat` th left join `threat_url` url on th.`id`= url.`threat_id` th.enterprise_id=1816 , th.`status` != 'deleted' group th.`id` order count(th.`id`) desc ;
Comments
Post a Comment