Hypersistence Optimizer allows you to get the most out of JPA and Hibernate. By scanning your application configuration and mappings, Hypersistence Optimizer can tell you what changes you need to do to speed up your data access layer.
Quarkus uses the QuarkusConnectionProvider instead of the Hibernate DataSourceConnectionProvider. However, the QuarkusConnectionProvider is very similar to the DataSourceConnectionProvider, hence the DataSourceConnectionProviderEvent should not be triggered in this case.
Quarkus uses the
QuarkusConnectionProvider
instead of the HibernateDataSourceConnectionProvider
. However, theQuarkusConnectionProvider
is very similar to theDataSourceConnectionProvider
, hence theDataSourceConnectionProviderEvent
should not be triggered in this case.