File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
hibernate-core/src/main/java/org/hibernate/cfg Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,8 @@ public interface QuerySettings {
252252 * When enabled, specifies that {@linkplain QueryPlan query plans} should be
253253 * {@linkplain org.hibernate.query.spi.QueryInterpretationCache cached}.
254254 * <p>
255- * By default, the query plan cache is disabled, unless one of the configuration
256- * properties {@value #QUERY_PLAN_CACHE_MAX_SIZE} or
257- * {@value #QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE} is set.
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.
258257 */
259258 String QUERY_PLAN_CACHE_ENABLED = "hibernate.query.plan_cache_enabled" ;
260259
You can’t perform that action at this time.
0 commit comments