this not hibernate problem
this problem occurs oracle 10g
timestamp queries not work good
true query is
from RandevuViewDVO where degistirilmetarihi between to_date('2012-10-19 12:00:00', 'YYYY-MM-DD HH24:MI:SS') and to_date('2012-10-19 23:00:00', 'YYYY-MM-DD HH24:MI:SS') and baslangicZamani > :baslangicZamani and randevuKayitDurumKodu = :randevuKayitDurumKodu and hastaId is not null and randevuSmsKayitId is null
to_date('2012-10-19 12:00:00', 'YYYY-MM-DD HH24:MI:SS') solves problem.
you can close this issue.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
this not hibernate problem
this problem occurs oracle 10g
timestamp queries not work good
true query is
from RandevuViewDVO where degistirilmetarihi between to_date('2012-10-19 12:00:00', 'YYYY-MM-DD HH24:MI:SS') and to_date('2012-10-19 23:00:00', 'YYYY-MM-DD HH24:MI:SS') and baslangicZamani > :baslangicZamani and randevuKayitDurumKodu = :randevuKayitDurumKodu and hastaId is not null and randevuSmsKayitId is null
to_date('2012-10-19 12:00:00', 'YYYY-MM-DD HH24:MI:SS') solves problem.
you can close this issue.