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?
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?
Copyright © 2021 Jogjafile Inc.
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