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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -