Spring: are the EntityManager and Spring Repository not working in the same context?

后端 未结 0 862
忘掉有多难
忘掉有多难 2020-11-21 21:32

I have two entities:

class Checkbook{
   ...
   private int canceledChecks;
   ...
}

and

class Check{
   ...
   @ManyToOne
            


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