It's not a secret anymore!
The moose likes Object Relational Mapping and the fly likes Hibernate query help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate query help" Watch "Hibernate query help" New topic
Author

Hibernate query help

jaisai vijay
Ranch Hand

Joined: Dec 17, 2009
Posts: 70
Hi,

I have a situation where I need to check values against null. I have three columns(declared as NUMBER in database) need to write a select query in hql. I was trying set query strings some times there will be null value when there is a null value it throws me null pointer exception.

please help me in this.

Thanks,
Pradeep Kumar
Ranch Hand

Joined: Sep 08, 2006
Posts: 108
Can you please update the code snippet?


Thanks and Regards, Pradeep Kumar
SCJP 1.6, SCWCD 5.0
jaisai vijay
Ranch Hand

Joined: Dec 17, 2009
Posts: 70
Hi,

Here is the sample code and I declare id2 and id3 as null here for example some times there might be a value but my problem is in this scenario


Please help me to solve this issue.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Hibernate query help
 
Similar Threads
SQL query
owner field
request.getParameter()
SQL - Automatically reflecting the values of 2 columns in another column
How to dynamically execute query under condition in Jasper Report (iReport)?