We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@settingDefault
1 parent 6877c20 commit 2702fbaCopy full SHA for 2702fba
hibernate-core/src/main/java/org/hibernate/cfg/QuerySettings.java
@@ -254,6 +254,8 @@ public interface QuerySettings {
254
* <p>
255
* By default, the query plan cache is enabled. It is also enabled if the configuration
256
* property {@value #QUERY_PLAN_CACHE_MAX_SIZE} is set.
257
+ *
258
+ * @settingDefault {@code true} (enabled) - query plan cache is enabled.
259
*/
260
String QUERY_PLAN_CACHE_ENABLED = "hibernate.query.plan_cache_enabled";
261
0 commit comments