I am fetching entries from a table using findAll of Spring JPA, and I am using only one of the entries. In one of the environment the returned entries are like A,B,C in that order, but in another environment the order returned is B,A,C
The environments do not differ in a way that it may effect. Both of them have the same table, completely same as each other. The code is the same as well.