live365wang
@OneToMany
@JoinColumn(name = "FK_audioReply_ID")
@OrderBy("audioReplyTime DESC") //或@OrderBy("audioReplyTime ASC")
private Set<AudioReply> replySet;

分类:

技术点:

相关文章:

  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2021-09-21
  • 2021-06-26
  • 2021-08-24
  • 2022-12-23
猜你喜欢
  • 2021-09-21
  • 2021-05-30
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2021-11-17
相关资源
相似解决方案