Explanation of the second level cache code in Hibernate?

前端 未结 0 1203
闹比i
闹比i 2021-01-14 04:33

I have the two following entities

@Cachable
class Book{
...

@ManyToOne
Publisher publisher;
}

@Cachable{
class Publisher{
...         


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