I need a jpql query to find all the LoadFileHistory which finishDate be greater than the currente date (since 00:00:00). For instance greater than 27/11/2012 00:00:00.
I already have this one "select o from LoadFileHistory o where o.finishDate = CURRENT_DATE" but gets me nothing.