I am trying to using the following code to pull a list of Experience objects from a MySQL table. Each experience has a from datetime column and a t
MySQL
datetime
You should switch your arguments:
builder.between(root.get("dateColumn"), startDate, endDate);