select c.* from tbmis_contract c, tbmis_project_contract pc
 where c.contract_div=pc.contract_div
 and c.contract_year=pc.contract_year
 and c.contract_word=pc.contract_word
 and c.outsrc_type like '0%'
 and pc.proj_id='G090002'
如何改写成hibernate criteria形式?