标签: jpa spring-data-jpa
我对JPA完全陌生,我正在浏览现有的代码库。我有
@PersistenceContext(unitName = "markets") private EntityManager marketsEntityManager;
我相信spring正在注入marketEntityManager的实例。我如何查看其配置?
基本上,我试图了解如何从数据库中实例化此缓存中的对象。也就是说,正在数据库上调用什么表/视图/存储过程/ SQL。