: . uwolfer, HikariCP Hibernate.
HikariCP. , Spring, Hibernate, :
http://www.luckyryan.com/2013/02/20/spring-mvc-with-basic-persistence-spring-data-jpa-hibernate/
XML , BoneCP mainDataSource, HikariCP.
, , Hibernate Spring DataSource Hibernate, . ( ) , DataSource Spring, Hibernate .
Regarding instruction caching, HikariCP does not do this because we believe that it is best to leave the JDBC provider / DataSource driver. Almost every JDBC DataSourcefor large DB providers provides operator caching, and it can be configured through HikariCP by specifying properties DataSource. Refer to the HikariCP github page to set properties for the primary (provider) DataSource.
source
share