Dear all myfrind,
I have some ambiguous using criteria Hibernate.
check my code here.
hibernate.cfg.xml
DeptEmployee.hbm.xml
Test Code :
When i check on DB i found :
3 record on tbl_employee
1 record on tbl_department
Unfortunately when I run those Test Code something happens with message indicate that something throws NullPointerException.
I found that when execute listEmp = criteria.list() it return list employee such this :
1001 | test1 | 1001
1002 | test2 | null
1003 | test3 | null
The question is how can it be since record in tbl_employee indicate no NULL appears on column tbl_employee.departmentId .
Any help would be appreciate a lot.
Thanks in advance,
CriterionNewbie A.K.A. (Rendi Artawijaya)