Method findTopBy (JPA) returns differents objects

4.4k Views Asked by At

I am new to Java and I have a question:

I have a method in MessageRepo:

Message findTopByOwnerOrderById(User user);

And every time it returns a different Message, although it should only return the first from sorted data. What am I doing wrong?

1

There are 1 best solutions below

0
On

look at this link show all hibernate method in spring boot https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#reference

and i want show more details like Message Class