aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Seemingly simple EJB-QL question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Seemingly simple EJB-QL question" Watch "Seemingly simple EJB-QL question" New topic
Author

Seemingly simple EJB-QL question

Greg Charles
Bartender

Joined: Oct 01, 2001
Posts: 2542
    
  10

I need to retrieve a single record matching two fields, call them jib and jab. The query is easy enough:



I know there will only be a single record, because I have a unique key constraint on jib and jab. However, jab can be null, and equality comparison doesn't work with nulls. I tried something like:


Checking parameters with "IS NULL" apparently doesn't work though, even though it works in ordinary SQL. The only solution I can think of is to write two queries and force the application to decide which one to use. I'd appreciate any suggestions!

We're using BEA WebLogic 8.1 and Oracle 9i.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Seemingly simple EJB-QL question
 
Similar Threads
need help in EJB QL with upper and like
Got exception when running Headfirst Customer find method
I got a Numeric Overflow error.
problem in finder method
Crisis in making CMP2.0 relationship