EJB-QL and Date
843829Dec 5 2003 — edited Dec 10 2003Hi!
I read in several books, datatype Date is not supported in EJB-QL.
I tried what's happening when using datatype java.util.Date in CMP Entity-Beans implementing a person with birthday and I could use queries like "findByBirthday", "findWhereBirthdayBefore", ...
So what exactly does "not supported" for Datatype "Date" mean? What are the not supported queries or am I automatically using application server dependant stuff then?
Thanks for your answer!
Martin