Compare date only, but not time. I've tried 

  | Date date=new Date();
  | em.createQuery("from Person p where 
p.registeredDate=:date").setParameter("date",date,TemporalType.DATE);
  | 

But this doesn't work. I've tried so many ways but still can't get it work. 
Does Ejb3 support date(but not time) comparison?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949673#3949673

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949673


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to