So this query is for getting the data from today:
@NamedQuery(name = query1, query = "SELECT a FROM Table a WHERE trunc(a.raisedAt) >= trunc(sysdate())")