Suppose I have an object that represents TASK. The task has a deadline.
How to create a request to get all the tasks that must be completed today?
Some working code, for example
"select t from task t, where dueDate =: today"
will be helpful.
Thanks in advance.
waney source share