what's the difference between findById() and findById()?

后端 未结 0 1218
说谎
说谎 2020-12-09 02:27

In my spring data project, there is an entity that looks like:

public class Employee {

    @Id
    @GeneratedValue(strategy= GenerationType.IDENTITY)
    @Co         


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