You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IntelliJ IDEA Ultimate Edition offers a JPA Console, which could be used to bootstrap Hypersistence Optimizer behind the scenes and report the Mapping and Configuration issues prior to running tests.
If a custom plugin could reference the JPA Console EntityManagerFactory, then we could run Hypersistence Optimizer and collect the optimization events.
The text was updated successfully, but these errors were encountered:
For Spring, I should check whether there's access to the Spring beans. If the ApplicationContext is bootstraped somehow by IDEA, then I could get access to the JPA EntityManagerFactory bean.
The IntelliJ IDEA Ultimate Edition offers a JPA Console, which could be used to bootstrap Hypersistence Optimizer behind the scenes and report the Mapping and Configuration issues prior to running tests.
If a custom plugin could reference the JPA Console
EntityManagerFactory
, then we could run Hypersistence Optimizer and collect the optimization events.The text was updated successfully, but these errors were encountered: