Spring boot JPA native query convert the resultlist to another object by applying custom function to records

后端 未结 0 775
一向
一向 2021-01-20 05:19

I am using JDK 13 and Spring Boot 2.3.

I have following entities:

Entity
@Table(name = "user_permission")
public class Permission {
    @Id
          


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