0
我需要知道什麼是連接緩存屬性,即使用Oracle 11g企業版和Express Edition,Hibernate和HikariCP。在Oracle中使用Hikaricp緩存屬性
我把我的hibernate.cfg這些特性,但我得到一個異常:
<property name="hikari.dataSource.cachePrepStmts">true</property>
<property name="hikari.dataSource.prepStmtCacheSize">250</property>
<property name="hikari.dataSource.prepStmtCacheSqlLimit">2048</property>
<property name="hikari.dataSource.useServerPrepStmts">true</property>