Hi All,
We are using Eclipse3.1.0 and MyEclipse4.0.0 . We have strange issue while interpreting interger vlaue 1.
We write a Hibernate query like below
select count(*) from CrashLog as CL where CL.xingId= 1 Where CL.xingId is int attribute. It is not at all considering value 1. If i put it is in ‘1’ query works with 0 records.Actually in the Database there are records for matching value 1 and not ‘1’.
There is some issue in eclipse/myeclipse . Please how to resolve it and goahead .
Really appriciate your suggestions and help.
Regards
Sreeni.