我是java新手,我有一个问题:我在messagerepo中有一个方法:
Message findTopByOwnerOrderById(User user);
每次它都返回不同的消息,尽管它应该只返回排序数据中的第一条消息。我做错什么了?
oogrdqng1#
看看这个链接,在springboot中显示所有hibernate方法https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#reference我想展示更多的细节,比如消息类
1条答案
按热度按时间oogrdqng1#
看看这个链接,在springboot中显示所有hibernate方法https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#reference
我想展示更多的细节,比如消息类