notExists()).execute(); Is generating the following SQL: delete from department where not exists (select person from person person where ...
確定! 回上一頁