How to disable L1 Session caching with Spring Data JPA + Hibernate + PostgresSQL

前端 未结 0 516
天命终不由人
天命终不由人 2021-02-19 10:26

I have the following Spring Data JPA Repository

public interface FooRepository extends JpaRepository {

  @QueryHints(
      value = {
                 


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