Skip to content

Commit 2702fba

Browse files
domidsbeikov
authored andcommitted
HHH-19208 Add @settingDefault
1 parent 6877c20 commit 2702fba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ public interface QuerySettings {
254254
* <p>
255255
* By default, the query plan cache is enabled. It is also enabled if the configuration
256256
* property {@value #QUERY_PLAN_CACHE_MAX_SIZE} is set.
257+
*
258+
* @settingDefault {@code true} (enabled) - query plan cache is enabled.
257259
*/
258260
String QUERY_PLAN_CACHE_ENABLED = "hibernate.query.plan_cache_enabled";
259261

0 commit comments

Comments
 (0)