Sorting by root and by joined entity

前端 未结 0 1132
终归单人心
终归单人心 2020-12-14 15:23

I have two entities.

\'User\':

@Table(name = "user")
public class User {

    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题