Is it possible to reference @NamedEntityGraph in another enity's @NamedEntityGraph?

后端 未结 0 961
无人共我
无人共我 2020-12-18 08:52

I have a Holding entity where I define a @NamedEntityGraph:

@NamedEntityGraph(
    name = "Holding.all",
    attributeNode         


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