Skip to content

Commit 6877c20

Browse files
domidsbeikov
authored andcommitted
1 parent b71398e commit 6877c20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hibernate-core/src/main/java/org/hibernate/cfg/QuerySettings.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)