Learning Hibernate's functionality and struck on a problem finding something, that would represent Oracle's:
trunc(someDate) < trunc(sysdate) // aka 01.02.2017 00... < 01.02.2017 00...
or a postgres representative:
date_trunc('day',someDate) < current_date
I guess there must be something in Hibernate's Criteria.