Switched Columns in generated SQL query

Hi All,
I’m using : hibernate-core (4.3.8.Final) and hibernate-jpa-2.1-api (1.0.2.Final),
I have a strange case that rarely happens, when 2 column switched in the generated query.
I mean that , I adding to criteria 2 filters: id and date . and in the generated query , the values swapped between the columns . (id=‘2021-08-14’ and date=49294).

Do you know of such a problem?

Thanks

No we don’t know of such a problem but even if we would do that, the answer is to update to a newer Hibernate version, as 4.2 is pretty old already.