Why do you use Restrictions.like(...)? You should use Restrictions.eq(...). Note you can also use .le, .lt, .ge, .gt on date objects as comparison operators ...
確定! 回上一頁