How to handle null when use SELECT new from JPA

前端 未结 0 1481
孤城傲影
孤城傲影 2021-02-05 10:06

I using Jpa and Spring but i have problem when i get data from db.

Entity

@Entity
public class Employee {
   @Id
   private String id

   private String no         


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