hql - how to show table values with no refernece in other table in hibernate -


i using hibernate , want display records of table not have refrence in table b.i.e. table has primary key jobid,which foreign key in table b. want display id values not present in table b.

 select a a.jobid not in (select b.jobid b b) 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -